add initial setup scripts used for by-02 host (vpnwg.ulakar.com)
This commit is contained in:
13
hosts/lab-by-02/install_base_utilities.sh
Normal file
13
hosts/lab-by-02/install_base_utilities.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
echo "== Install base utilities =="
|
||||
apt-get install -y \
|
||||
net-tools \
|
||||
htop \
|
||||
curl \
|
||||
wget \
|
||||
git \
|
||||
vim \
|
||||
gnupg \
|
||||
ca-certificates \
|
||||
lsb-release
|
||||
|
||||
echo "== Finished install base utilities =="
|
||||
Reference in New Issue
Block a user