Use protonup-ng package

This commit is contained in:
Danny Beer
2022-10-23 14:32:15 -04:00
committed by Josh Sunnex
parent 0d2da789ef
commit 9b962580ff

View File

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