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/SoundRTS.sh
Normal file
6
.install/SoundRTS.sh
Normal file
@ -0,0 +1,6 @@
|
||||
check_dependencies python3
|
||||
mkdir -p "${installPath}"
|
||||
git -C "${installPath}" clone "https://github.com/soundmud/soundrts.git"
|
||||
git -C "${installPath}/soundrts" checkout v1.3.8
|
||||
sed -i 's;git+https://github.com/soundmud/accessible_output2;accessible_output2;' "${installPath}/soundrts/requirements.txt"
|
||||
python3 -m venv --system-site-packages "${installPath}/soundrts/.venv"
|
Reference in New Issue
Block a user