unzip dependency
This commit is contained in:
parent
3e8830eb2a
commit
f01b5f566e
|
@ -130,6 +130,7 @@ function upgrade_gogs {
|
|||
if [ ! -f linux_${CURR_ARCH}.zip ]; then
|
||||
exit 37836
|
||||
else
|
||||
apt-get -y install unzip
|
||||
unzip linux_${CURR_ARCH}.zip
|
||||
fi
|
||||
else
|
||||
|
@ -355,6 +356,7 @@ function install_gogs {
|
|||
if [ ! -f linux_${CURR_ARCH}.zip ]; then
|
||||
exit 37836
|
||||
else
|
||||
apt-get -y install unzip
|
||||
unzip linux_${CURR_ARCH}.zip
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue