first commit
This commit is contained in:
15
modules/pkgs.sh
Executable file
15
modules/pkgs.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
#######################
|
||||
### Install packages
|
||||
|
||||
echo
|
||||
echo " => Packages"
|
||||
echo
|
||||
|
||||
pkglist="git
|
||||
htop
|
||||
tree
|
||||
rsync"
|
||||
|
||||
apt-get install $pkglist -y
|
||||
Reference in New Issue
Block a user