PortProton_v1.0

This commit is contained in:
castro-fidel
2022-02-24 20:26:38 +03:00
parent 9f5c39ec5e
commit fb933afd27
7 changed files with 289 additions and 121 deletions

View File

@ -4,7 +4,7 @@
########################################################################
unset PW_AUTOPLAY PW_SET_LANG PW_SILENT_INSTALL
export portname="PortProton"
export port_ver=97
export port_ver=1.0
########################################################################
deflink="${HOME}/PortWINE/${portname}"
[ $(id -u) -eq 0 ] && echo "Do not run the script from the superuser!" && zenity --error --text "Do not run the script from the superuser!" 2> /dev/null && exit 1