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