From 759e9820ce2feb3f47b3ee34a682e685cf9f7d27 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Thu, 12 Apr 2018 16:33:59 -0400 Subject: [PATCH] remove traces of unecessary sudo --- etc/minetestserver-update-from-git.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/minetestserver-update-from-git.sh b/etc/minetestserver-update-from-git.sh index def7f7e..6f3c69d 100755 --- a/etc/minetestserver-update-from-git.sh +++ b/etc/minetestserver-update-from-git.sh @@ -23,12 +23,12 @@ if [ -d "$HOME/Downloads/minetest" ]; then cmake . -DENABLE_GETTEXT=on -DENABLE_CURSES=on -DENABLE_FREETYPE=on -DENABLE_LEVELDB=on -DENABLE_CURL=on -DENABLE_GETTEXT=on -DENABLE_REDIS=on -DENABLE_POSTGRESQL=on -DRUN_IN_PLACE=off -DCMAKE_BUILD_TYPE=Release $build_what make -j$(nproc) - #cd games; sudo git pull; sudo make -j$(nproc) + #cd games; git pull; make -j$(nproc) #git config global user.email "" #git config global user.name "expertmm" #git pull https://github.com/minetest/minetest_game.git - #sudo git fetch - #sudo git checkout HEAD games/minetest_game + #git fetch + #git checkout HEAD games/minetest_game sudo make install MT_GAMES_DIR="/usr/local/share/minetest/games"