Code Change
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# if not root, run as root
|
# if not root, run as root
|
||||||
if (( $EUID != 0 )); then
|
if (( $EUID != 0 )); then
|
||||||
sudo $HOME/scripts/updatesystem.sh
|
sudo $HOME/lxutils/updatesystem.sh
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
apt update
|
apt update
|
||||||
|
|||||||
Reference in New Issue
Block a user