Skip to content

Commit e712a5d

Browse files
committed
[upgrade] add unzip as dependency
1 parent b4f2bd7 commit e712a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/upgrade/18.01/upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ bash $DIR/scripts/detect.init.sh
88
YUM_CMD=$(which yum)
99
APT_GET_CMD=$(which apt-get)
1010
if [[ ! -z $APT_GET_CMD ]]; then
11-
apt-get install -y sqlite3
11+
apt-get install -y sqlite3 unzip
1212
elif [[ ! -z $YUM_CMD ]]; then
13-
yum install -y sqlite
13+
yum install -y sqlite unzip
1414
fi
1515

1616
countly stop

0 commit comments

Comments
 (0)