forked from sh-edraft.de/sh_linux_installation_scripts
Changed file structure
This commit is contained in:
10
common/debian/scripts/update.sh
Normal file
10
common/debian/scripts/update.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
update() {
|
||||
echo 'Starting update:'
|
||||
sudo apt-get update -y
|
||||
echo 'Starting upgrade:'
|
||||
sudo apt-get upgrade -y
|
||||
echo 'Starting dist-upgrade:'
|
||||
sudo apt-get dist-upgrade -y
|
||||
}
|
Reference in New Issue
Block a user