first commit

This commit is contained in:
julien
2024-12-03 00:49:51 +01:00
commit ba023e9f59
11 changed files with 244 additions and 0 deletions

15
modules/pkgs.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
#######################
### Install packages
echo
echo " => Packages"
echo
pkglist="git
htop
tree
rsync"
apt-get install $pkglist -y