This website works better with JavaScript.
Home
Explore
Sign In
threefold_public
/
public
Watch
5
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added net-tools
master
Coesens Bert
1 year ago
parent
8f28319bd6
commit
744ee37315
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
prep-grid-vm.sh
+1
-1
prep-k8s-vm.sh
+ 1
- 1
prep-grid-vm.sh
View File
@@ -1,7 +1,7 @@
#/bin/bash
apt update
# install ops tools
apt install sudo nmon tmux tcpdump nano iputils-ping -y
apt install sudo nmon tmux tcpdump nano iputils-ping
net-tools
-y
# install Docker + docker-compose
apt install ca-certificates curl gnupg lsb-release -y
+ 1
- 1
prep-k8s-vm.sh
View File
@@ -1,7 +1,7 @@
#/bin/bash
apt update
# install ops tools
apt install sudo nmon tmux tcpdump nano iputils-ping -y
apt install sudo nmon tmux tcpdump nano iputils-ping
net-tools
-y
# install Docker + docker-compose
apt install apt-transport-https ca-certificates curl gnupg software-properties-common lsb-release -y
Write
Preview
Loading…
Cancel
Save