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

11
modules/update.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
#############
### Update
echo
echo " => Update"
echo
apt-get update
apt-get upgrade -y