Update setup.sh
This commit is contained in:
parent
6838381b0d
commit
9ce55c8c05
@ -5,7 +5,7 @@ set -e
|
|||||||
if [ "$1" = 'install' ]; then
|
if [ "$1" = 'install' ]; then
|
||||||
PACKAGES="build-essential curl git libpq-dev"
|
PACKAGES="build-essential curl git libpq-dev"
|
||||||
elif [ "$1" = 'run' ]; then
|
elif [ "$1" = 'run' ]; then
|
||||||
PACKAGES="curl libpq5 nginx rsync"
|
PACKAGES="curl libimlib2 libpq5 nginx rsync"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user