diff --git a/ct/free-games-claimer.sh b/ct/free-games-claimer.sh index 06f711a0..ba794dac 100644 --- a/ct/free-games-claimer.sh +++ b/ct/free-games-claimer.sh @@ -54,23 +54,23 @@ function default_settings() { function update_script() { header_info -if [[ ! -d /opt/overseerr ]]; then msg_error "No ${APP} Installation Found!"; exit; fi -msg_info "Updating $APP" -systemctl stop overseerr -cd /opt/overseerr -output=$(git pull) -git pull &>/dev/null -if echo "$output" | grep -q "Already up to date." -then - msg_ok " $APP is already up to date." - systemctl start overseerr - exit -fi -yarn install &>/dev/null -yarn build &>/dev/null -systemctl start overseerr -msg_ok "Updated $APP" -msg_info "Not implemented yet" +#if [[ ! -d /opt/overseerr ]]; then msg_error "No ${APP} Installation Found!"; exit; fi +#msg_info "Updating $APP" +#systemctl stop overseerr +#cd /opt/overseerr +#output=$(git pull) +#git pull &>/dev/null +#if echo "$output" | grep -q "Already up to date." +#then +# msg_ok " $APP is already up to date." +# systemctl start overseerr +# exit +#fi +#yarn install &>/dev/null +#yarn build &>/dev/null +#systemctl start overseerr +#msg_ok "Updated $APP" +msg_ok "Not implemented yet" exit } diff --git a/install/freegamesclaimer-install.sh b/install/freegamesclaimer-install.sh index b9b0e858..19a99f60 100644 --- a/install/freegamesclaimer-install.sh +++ b/install/freegamesclaimer-install.sh @@ -74,7 +74,7 @@ EOF msg_ok "Created dummy config file" msg_info "Select gaming services to claim games for" -CHOICES=$(whiptail --title "Gaming services" --checklist "Select services" 20 78 4 "EPIC" "Allow connections to other hosts" ON "GOG" "Allow connections from other hosts" OFF "PRIME" "Allow mounting of local devices" OFF) +CHOICES=$(whiptail --title "Tools to install" --checklist "Choose something" 20 78 4 "NTP" "NTP setup" OFF "Perl" "Perl install" OFF "Ruby" "Ruby install" OFF "Python" "Python install" OFF 3>&1 1>&2 2>&3) msg_ok "Selected ${CHOICES}" motd_ssh