Skip to content

Commit

Permalink
Supervisor standalone script FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Apr 13, 2018
1 parent 68362b6 commit 3b7b0a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/scripts/kafka_standalone.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#install java
apt-get update
apt-get install openjdk-8-jre -y

#update-alternatives --config java
Expand Down
5 changes: 3 additions & 2 deletions assets/scripts/supervisor_standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ apt-get update && \
apt-get install -y wget supervisor && \
apt-get install wget -y && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean && \
apt-get install vim -y && \
apt-get install git -y
apt-get install git -y && \
apt-get install openjdk-8-jre -y && \
apt-get clean && \

#get the repo
cd /home
Expand Down

0 comments on commit 3b7b0a6

Please sign in to comment.