Code Change

This commit is contained in:
2024-10-02 13:02:58 -04:00
parent 33ca4921d2
commit 07aa0247a9

View File

@@ -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