„mint.sh“ ändern
This commit is contained in:
4
mint.sh
4
mint.sh
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -xe
|
#!/bin/bash -e
|
||||||
|
|
||||||
echo "!!! ACHTUNG !!!
|
echo "!!! ACHTUNG !!!
|
||||||
|
|
||||||
@@ -13,6 +13,8 @@ Nutzung auf einene Gefahr!!! Nur mit Enter/Return fortfahren wenn dieses Skript
|
|||||||
|
|
||||||
read x
|
read x
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
# systemupdate
|
# systemupdate
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y dist-upgrade
|
sudo apt-get -y dist-upgrade
|
||||||
|
|||||||
Reference in New Issue
Block a user