Fixed an error in linux-game-manager installer syntax.
This commit is contained in:
parent
0f65d8efb9
commit
12c8aba8a0
@ -724,7 +724,7 @@ case "${game}" in
|
|||||||
unzip -n -d "${installPath}/doom" "${cache}/TobyAccessibilityMod_Version${tobyVersion}.zip"
|
unzip -n -d "${installPath}/doom" "${cache}/TobyAccessibilityMod_Version${tobyVersion}.zip"
|
||||||
unzip -n -d "${installPath}/doom" "${cache}/OpMDK_ForV${tobyVersion}.zip"
|
unzip -n -d "${installPath}/doom" "${cache}/OpMDK_ForV${tobyVersion}.zip"
|
||||||
cp -v "${cache}/keyshare-universal.pk3" "${installPath}/doom"
|
cp -v "${cache}/keyshare-universal.pk3" "${installPath}/doom"
|
||||||
rm -fv "${installPath}/doom/"*.{ahk|bat,exe,dll,ps1}
|
rm -fv "${installPath}/doom/"*.{ahk,bat,exe,dll,ps1}
|
||||||
if [[ -e /usr/share/doom/blasphem.wad ]]; then
|
if [[ -e /usr/share/doom/blasphem.wad ]]; then
|
||||||
ln -s /usr/share/doom/blasphem.wad "${installPath}/doom/"
|
ln -s /usr/share/doom/blasphem.wad "${installPath}/doom/"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user