„install-xash3ds.sh“ ändern
This commit is contained in:
parent
93887c8d8b
commit
a2e1e330c3
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ XASH3D_BASEDIR=$(pwd)/build
|
|||
XASH3D_RESULTDIR=$XASH3D_BASEDIR/result
|
||||
test -d $XASH3D_RESULTDIR || mkdir -p $XASH3D_RESULTDIR
|
||||
|
||||
if [ "$2" == "install"]
|
||||
if [ "$2" == "install" ]
|
||||
then
|
||||
echo "= Performing apt install ="
|
||||
sudo dpkg --add-architecture i386
|
||||
|
|
Loading…
Reference in a new issue