sudo fix again

This commit is contained in:
David Young
2026-03-25 08:33:48 -06:00
parent 6a7a94ac68
commit 3c7f386d3b

View File

@@ -28,11 +28,8 @@ clear
print_logo
cd ~
# Override sudo to use the environment variable
sudo() {
echo "$SUDO_PASS" | /usr/bin/sudo -S "$@"
}
export -f sudo
echo "Setting up sudo..."
. sudo.sh
echo "Getting the latest version of HamPack..."
rm -rf ~/.local/share/HamPack