first commit
This commit is contained in:
11
modules/update.sh
Executable file
11
modules/update.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
#############
|
||||
### Update
|
||||
|
||||
echo
|
||||
echo " => Update"
|
||||
echo
|
||||
|
||||
apt-get update
|
||||
apt-get upgrade -y
|
||||
Reference in New Issue
Block a user