This website works better with JavaScript.
Home
Explore
Sign In
threefold_public
/
public
Watch
6
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add restic to packges install
master
samir1
8 hours ago
parent
e1d2fb8efa
commit
d85c1175a1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
prep-grid-vm.sh
+ 1
- 1
prep-grid-vm.sh
View File
@@ -3,7 +3,7 @@
update_system() {
echo "Updating system and installing mandatory tools"
apt-get update
apt-get install sudo nmon tmux tcpdump nano iputils-ping net-tools -y
apt-get install sudo nmon tmux
restic
tcpdump nano iputils-ping net-tools -y
}
install_docker() {
Write
Preview
Loading…
Cancel
Save