unzip -oq

This commit is contained in:
2022-12-11 14:32:18 +08:00
parent 2d2380fd62
commit 28692bfcf5
5 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ else
! installed wget && sudo apt install -y wget
[ -d "${HOME}/install/git" ] || mkdir -p "${HOME}/install/git"
wget https://github.com/git/git/archive/master.zip -O /tmp/git.zip && \
unzip -q /tmp/git.zip -d "${HOME}/install/git" && \
unzip -oq /tmp/git.zip -d "${HOME}/install/git" && \
rm /tmp/git.zip && \
cd "${HOME}/install/git/git-master" && \
sudo make prefix=/usr/local all && \