mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 12:32:34 +02:00
Fixed linux permissions issue
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
#!/bin/bash
|
||||
echo
|
||||
echo "Initializing ZetaGlest setup..."
|
||||
currentDir=$PWD
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
cd $DIR
|
||||
./clone-data.sh
|
||||
echo
|
||||
./pull.sh
|
||||
echo
|
||||
./build-zg.sh
|
||||
cd $currentDir
|
Reference in New Issue
Block a user