This commit is contained in:
Kurtis Andrews
2024-06-29 16:41:08 +10:00
parent ebe875f36c
commit 1716a62023

View File

@@ -83,9 +83,10 @@ updateBuild () {
updateScript () { updateScript () {
git -C $scriptDIR pull git -C $scriptDIR pull
echo Script pulled you may need to restart vargix-os if theres been an update to it echo Script pulled restarting script
echo .. press any key to continue echo .. press any key to continue
read -n 1 read -n 1
exec "$ScriptLoc"
return 0 return 0
} }