Skip to content

Commit 1756c95

Browse files
author
arch
committed
update linux ofs installer
1 parent 2ebfd9a commit 1756c95

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

contrib/OpenFunscripter/openfunscripter_setup_linux.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,33 +42,24 @@ if [ -d $OFS_APP_DIR ]; then
4242
git checkout master
4343
git pull
4444
git submodule update --init
45-
pushd $OFS_APP_DIR/lib/EASTL
46-
git submodule update --init
47-
popd
4845
else
4946
mkdir -p `dirname $OFS_APP_DIR`
5047
echo ">> Clone OpenFunscripter Source"
5148
git clone https://github.com/OpenFunscripter/OFS.git $OFS_APP_DIR
5249
pushd $OFS_APP_DIR
5350
git submodule update --init
54-
pushd $OFS_APP_DIR/lib/EASTL
55-
git submodule update --init
56-
popd
5751
echo ">> OpenFunscripter Source downloaded to $OFS_APP_DIR"
5852
fi
5953

6054
if [ "$arg1" != "--latest" ]; then
6155
echo "Checkout latest OpenFunscripter release"
6256
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
6357
git submodule update --init
64-
pushd $OFS_APP_DIR/lib/EASTL
65-
git submodule update --init
66-
popd
6758
else
6859
echo "Use latest git commit (only for developers!)"
6960
fi
7061

71-
echo ">> Build OFS"
62+
echo ">> Build OFS in $PWD"
7263
rm -rf build
7364
mkdir -p build
7465
pushd build

0 commit comments

Comments
 (0)