This commit is contained in:
julien
2025-09-23 19:27:33 +02:00
parent ba023e9f59
commit f3cdbcdc8c
13 changed files with 178 additions and 67 deletions

8
modules/updates.sh Executable file
View File

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