Commented sharing is caring related code, as it doesn't seem to work
This commit is contained in:
@ -652,14 +652,14 @@ case "${game}" in
|
||||
fi
|
||||
doomPath="$(find /usr/share -type d -name "doom" 2> /dev/null | head -1)"
|
||||
get_installer "OperationMDK.zip" "https://www.dropbox.com/scl/fi/bac94s01bl31p6e73pbof/OperationMDK.zip?rlkey=6ufdqgyacakqz6ulr2cue6rtm&dl=0"
|
||||
get_installer "SiC_v1_01.pk3" "https://forum.zdoom.org/download/file.php?id=36045"
|
||||
#get_installer "SiC_v1_01.pk3" "https://forum.zdoom.org/download/file.php?id=36045"
|
||||
download "https://www.dropbox.com/s/uf01fx3vydua6zx/TobyAccessibilityMod_Version${tobyVersion}.zip?dl=0"
|
||||
echo "The next step may require your password."
|
||||
echo "It is necessary to places the extracted files in their proper place."
|
||||
alert
|
||||
sudo unzip -d "${doomPath}" "${cache}/TobyAccessibilityMod_Version${tobyVersion}.zip"
|
||||
sudo unzip -d "${doomPath}" "${cache}/OperationMDK.zip"
|
||||
sudo cp -v "${cache}/SiC_v1_01.pk3" "${doomPath}"
|
||||
#sudo cp -v "${cache}/SiC_v1_01.pk3" "${doomPath}"
|
||||
sudo rm -fv "${doomPath}/"*.lnk
|
||||
mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}/gzdoom"
|
||||
cp "${doomPath}/gzdoom.ini" "${XDG_CONFIG_HOME:-$HOME/.config}/gzdoom/"
|
||||
|
Reference in New Issue
Block a user