Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit f9a6790

Browse files
author
Abhi Keshav
authored
Update dependencies_xenial.sh
1 parent 56a4cbd commit f9a6790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies_xenial.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ os_info=$(cat /etc/*-release)
2626
print_msg "OS info: $os_info"
2727

2828
apt-get update -y > /dev/null
29-
apt-get install gdebi-core python-dev python-pip libtool-bin wget sudo -y
29+
apt-get install gdebi-core python-dev python-pip libtool-bin wget sudo unzip -y
3030

3131
print_msg "Installing C/C++ version 5"
3232
apt-get install gcc-5 g++-5 -y > /dev/null

0 commit comments

Comments
 (0)