install.sh aktualisiert
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# Version 1.0:
|
||||||
|
# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.
|
||||||
|
|
||||||
clear
|
clear
|
||||||
echo "Starte Systemupdate..."
|
echo "Starte Systemupdate..."
|
||||||
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt autoremove -y && sudo apt clean -y
|
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt autoremove -y && sudo apt clean -y
|
||||||
|
|||||||
Reference in New Issue
Block a user