mirror of
https://github.com/SpotX-Official/SpotX-Bash.git
synced 2026-08-09 17:41:07 +10:00
Fix Linux rollback handling
This commit is contained in:
@@ -107,7 +107,7 @@ while getopts ':BcdefF:hilopP:SvV:-:' flag; do
|
|||||||
noexp) excludeExp='true' ;;
|
noexp) excludeExp='true' ;;
|
||||||
oldui) oldUi='true' ;;
|
oldui) oldUi='true' ;;
|
||||||
premium) paidPremium='true' ;;
|
premium) paidPremium='true' ;;
|
||||||
rollback) [[ "${platformType}" == "macOS" ]] && rollback='true'; installMac='true' ;;
|
rollback) [[ "${platformType}" == "macOS" ]] && { rollback='true'; installMac='true'; } ;;
|
||||||
skipcodesign) [[ "${platformType}" == "macOS" ]] && skipCodesign='true' ;;
|
skipcodesign) [[ "${platformType}" == "macOS" ]] && skipCodesign='true' ;;
|
||||||
stable) [[ "${platformType}" == "Linux" ]] && stableVar='true' ;;
|
stable) [[ "${platformType}" == "Linux" ]] && stableVar='true' ;;
|
||||||
uninstall) uninstallSpotx='true' ;;
|
uninstall) uninstallSpotx='true' ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user