diff --git a/overlay/opt/scripts/install_protonup.sh b/overlay/opt/scripts/install_protonup.sh index 411d1fe..90443f3 100644 --- a/overlay/opt/scripts/install_protonup.sh +++ b/overlay/opt/scripts/install_protonup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash ### -# File: install_lutris.sh +# File: install_protonup.sh # Project: scripts # File Created: Thursday, 1st January 1970 12:45:00 pm # Author: Console and webGui login account (jsunnex@gmail.com) @@ -9,7 +9,7 @@ # Modified By: Console and webGui login account (jsunnex@gmail.com) ### -pkg=protonup +pkg=protonup-ng script_path=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ); script_name=$( basename "${BASH_SOURCE[0]}" )