+ Window AppMenu Applet

This commit is contained in:
2022-01-02 14:32:22 +08:00
parent 8e5d400bac
commit 1e666bda5b
2 changed files with 36 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ if installed 'git'; then
[ ! -d "/usr/src/git" ] && sudo git clone https://github.com/git/git.git --depth=1 /usr/src/git
sudo chown -R anthony: /usr/src/git
cd /usr/src/git/
sudo git pull
# sudo git pull
sudo make prefix=/usr/local all
sudo make prefix=/usr/local install
else