mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 06:31:19 +02:00
Sudo permissions fix
This commit is contained in:
@@ -12,4 +12,9 @@ cd build
|
||||
mkdir data
|
||||
cd data
|
||||
git pull
|
||||
if [ `id -u`'x' == '0x' ] || [ "$1" == "--manually" ]; then
|
||||
chmod -R 777 ../../build/
|
||||
cd ../../../..
|
||||
chmod -R 777 .git/
|
||||
fi
|
||||
cd $currentDir
|
||||
|
Reference in New Issue
Block a user