„install-xash3ds.sh“ ändern
This commit is contained in:
parent
0356e2c5fe
commit
b1b5cce47f
1 changed files with 1 additions and 13 deletions
|
@ -36,23 +36,11 @@ default)
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
if [ "$1" == "client" ]
|
|
||||||
then
|
|
||||||
|
|
||||||
else
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
XASH3D_BASEDIR=$(pwd)/build
|
XASH3D_BASEDIR=$(pwd)/build
|
||||||
mkdir -p $XASH3D_BASEDIR/result
|
mkdir -p $XASH3D_BASEDIR/result
|
||||||
|
|
||||||
# Prerequisits satisfied?
|
|
||||||
#if [ $CLIENT == false ]
|
|
||||||
#then
|
|
||||||
#
|
|
||||||
#else
|
|
||||||
#
|
|
||||||
#fi
|
|
||||||
|
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
|
Loading…
Reference in a new issue