updated install games function. Inallations are now handled in files in the .install directory. This may be horribly broken, for stability, use the master branch.
This commit is contained in:
6
.install/Upheaval Commandline.sh
Normal file
6
.install/Upheaval Commandline.sh
Normal file
@ -0,0 +1,6 @@
|
||||
check_architecture x86_64
|
||||
check_dependencies dmidecode
|
||||
get_installer "upheaval-linux-console.zip" "https://leonegaming.itch.io/upheaval"
|
||||
mkdir -p "${installPath}/Upheaval_Commandline"
|
||||
unzip -d "${installPath}/Upheaval_Commandline" "${cache}/upheaval-linux-console.zip"
|
||||
add_launcher "${installPath}/Upheaval_Commandline/Upheaval_Command_Line"
|
Reference in New Issue
Block a user