Skip to content

Commit

Permalink
add unzip and python pip
Browse files Browse the repository at this point in the history
  • Loading branch information
polym committed Jul 13, 2018
1 parent 0d21146 commit 8308524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -xe
## Global VAR
pkgs="wget curl vim tmux git gcc g++ make automake autoconf patch libtool ntpdate ack-grep tcpdump python openssh-server"
pkgs="wget curl vim tmux git gcc g++ make automake autoconf patch libtool ntpdate ack-grep tcpdump python openssh-server unzip python-pip"

### Apt Install
if [ "$CI" != "true" ]; then
Expand Down

0 comments on commit 8308524

Please sign in to comment.