Permalink
Browse files

make sure nano & wget are installed on the quick install

  • Loading branch information...
1 parent 3f8c525 commit 7d2484d47f389f9cbad487eae684d9b88305972c @adamcooke adamcooke committed May 18, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 script/install/ubuntu1604.sh
@@ -28,7 +28,7 @@ curl -sL https://www.rabbitmq.com/rabbitmq-release-signing-key.asc | apt-key add
add-apt-repository 'deb http://www.rabbitmq.com/debian/ testing main'
apt update
export DEBIAN_FRONTEND=noninteractive
-apt install -y ruby2.3 ruby2.3-dev build-essential mariadb-server libmysqlclient-dev rabbitmq-server nodejs git nginx
+apt install -y ruby2.3 ruby2.3-dev build-essential mariadb-server libmysqlclient-dev rabbitmq-server nodejs git nginx wget nano
gem install bundler procodile --no-rdoc --no-ri
#

0 comments on commit 7d2484d

Please sign in to comment.