no automatic Decky

This commit is contained in:
Rodrigo 2023-11-14 16:11:28 +01:00
parent 4206396c46
commit 5a83b4be9b

View file

@ -390,22 +390,22 @@ fi
#Sudo Required!
if [ -n "$PASSWD" ]; then
pwstatus=0
echo "$PASSWD" | sudo -v -S &>/dev/null && pwstatus=1 || echo "sudo password was incorrect" #refresh sudo cache
if [ $pwstatus == 1 ]; then
if [ "$doInstallGyro" == "true" ]; then
Plugins_installSteamDeckGyroDSU
fi
if [ "$doInstallPowertools" == "true" ]; then
Plugins_installPluginLoader
Plugins_installPowerTools
fi
fi
else
echo "no password supplied. Skipping gyro / powertools."
fi
# if [ -n "$PASSWD" ]; then
# pwstatus=0
# echo "$PASSWD" | sudo -v -S &>/dev/null && pwstatus=1 || echo "sudo password was incorrect" #refresh sudo cache
# if [ $pwstatus == 1 ]; then
# if [ "$doInstallGyro" == "true" ]; then
# Plugins_installSteamDeckGyroDSU
# fi
#
# if [ "$doInstallPowertools" == "true" ]; then
# Plugins_installPluginLoader
# Plugins_installPowerTools
# fi
# fi
# else
# echo "no password supplied. Skipping gyro / powertools."
# fi
#Always install
BINUP_install