From 07aa0247a99b7bffe6c89ec36daef2dd404aa8f2 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 2 Oct 2024 13:02:58 -0400 Subject: [PATCH] Code Change --- updatesystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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