You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
351 B
10 lines
351 B
#!/bin/sh
|
|
cd
|
|
cd minetest; sudo git pull; sudo make -j$(nproc)
|
|
#cd games; sudo git pull; sudo make -j$(nproc)
|
|
#git config global user.email "tertiary@axlemedia.net"
|
|
#git config global user.name "Expert Multimedia"
|
|
sudo git pull https://github.com/minetest/minetest_game.git
|
|
#sudo git fetch
|
|
#sudo git checkout HEAD games/minetest_game
|
|
#sudo make install
|