mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 20:12:40 +02:00
Almost ready
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#!/bin/bash
|
||||
cd ../..
|
||||
git pull
|
||||
currentDir=$PWD
|
||||
cd /usr/share/zetaglest
|
||||
cd mk/linux
|
||||
mkdir build
|
||||
cd build
|
||||
mkdir data
|
||||
cd data
|
||||
git pull
|
||||
cd $currentDir
|
||||
cd ../..
|
||||
|
Reference in New Issue
Block a user