diff --git a/updatesystem.sh b/updatesystem.sh index 05aa232..4af1113 100755 --- a/updatesystem.sh +++ b/updatesystem.sh @@ -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