unzip dependency

This commit is contained in:
Bob Mottram 2016-09-28 17:09:10 +01:00
parent 3e8830eb2a
commit f01b5f566e
1 changed files with 2 additions and 0 deletions

View File

@ -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