]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: remove sudo from update script
authorJérémie Astor <fennecdjay@gmail.com>
Thu, 5 May 2022 13:32:26 +0000 (15:32 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Thu, 5 May 2022 13:32:26 +0000 (15:32 +0200)
scripts/update.sh

index d3bbfeb069b1bdf514dcfd0bbddbe11919d0cc77..be1fd460b50e87eb19c4b38d4af6cfb426dec480 100644 (file)
@@ -5,7 +5,9 @@ make clean-all
 make -j
 make -C plug clean
 make -C plug
-sudo make install
+
+# sudo make install
+
 for a in $(cat plug/list.txt)
 do cp plug/$a/*.so ~/gwplug
 done