Compare commits

..

No commits in common. "03cf7a9aa0d01a3765a82bf5d4949d426d4c17c9" and "1a1c3cf0b8623a380992f9610f0cae4c25303e45" have entirely different histories.

View File

@ -191,7 +191,6 @@ current_version="v1.22"
############################################################################ ############################################################################
############################################################################ ############################################################################
############################################################################
# Echo a formatted debug message to the terminal and optionally exit # Echo a formatted debug message to the terminal and optionally exit
@ -669,12 +668,8 @@ rm_userdir() {
fi fi
} }
#--------------------- begin preflight check functions -----------------------#
############################################################################ #------------------------- begin mapcount functions --------------------------#
######## begin preflight check functions ###################################
############################################################################
######## begin mapcount functions ##########################################
############################################################################
# Check if setting vm.max_map_count was successful # Check if setting vm.max_map_count was successful
mapcount_confirm() { mapcount_confirm() {
@ -738,13 +733,9 @@ mapcount_check() {
fi fi
} }
############################################################################ #-------------------------- end mapcount functions ---------------------------#
######## end mapcount functions ############################################
############################################################################
############################################################################ #------------------------ begin filelimit functions --------------------------#
######## begin filelimit functions #########################################
############################################################################
# Check if setting the open file descriptors limit was successful # Check if setting the open file descriptors limit was successful
filelimit_confirm() { filelimit_confirm() {
@ -802,9 +793,7 @@ filelimit_check() {
fi fi
} }
############################################################################ #------------------------- end filelimit functions ---------------------------#
######## end filelimit functions ###########################################
############################################################################
# Check if WINE is installed # Check if WINE is installed
wine_check() { wine_check() {
@ -953,13 +942,9 @@ preflight_check() {
fi fi
} }
############################################################################ #------------------------- end preflight check functions ---------------------#
######## end preflight check functions #####################################
############################################################################
############################################################################ #------------------------- begin download functions ----------------------------#
######## begin download functions ##########################################
############################################################################
# Detect if lutris is installed # Detect if lutris is installed
lutris_detect() { lutris_detect() {
@ -1665,9 +1650,7 @@ dxvk_manage() {
download_manage "dxvk" download_manage "dxvk"
} }
############################################################################ #-------------------------- end download functions -----------------------------#
######## end download functions ############################################
############################################################################
# Deploy Easy Anti-Cheat Workaround # Deploy Easy Anti-Cheat Workaround
eac_workaround() { eac_workaround() {
@ -1763,7 +1746,7 @@ install_game() {
if [ "$install_version" = "native" ]; then if [ "$install_version" = "native" ]; then
lutris --install "$install_script" & lutris --install "$install_script" &
elif [ "$install_version" = "flatpak" ]; then elif [ "$install_version" = "flatpak" ]; then
flatpak run --file-forwarding net.lutris.Lutris --install @@ "$install_script" @@ & flatpak run net.lutris.Lutris --install "$install_script" &
else else
# We shouldn't get here # We shouldn't get here
debug_print exit "Script error: Unknown condition for install_version in install_game() function. Aborting." debug_print exit "Script error: Unknown condition for install_version in install_game() function. Aborting."
@ -1915,7 +1898,7 @@ quit() {
############################################################################ ############################################################################
######## MAIN ############################################################## # MAIN
############################################################################ ############################################################################
# Check if Zenity is available # Check if Zenity is available