Skip to content

Commit

Permalink
Disabled the apt dist upgrade in vagrant scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
H21lab committed Oct 8, 2020
1 parent 366790e commit 73b502f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VM/initialize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#!/bin/bash

sudo apt update -yq
DEBIAN_FRONTEND=noninteractive sudo apt dist-upgrade -yq
#DEBIAN_FRONTEND=noninteractive sudo apt dist-upgrade -yq
sudo apt install default-jre apt-transport-https gnupg2 -yq
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list
Expand All @@ -33,4 +33,4 @@ systemctl start elasticsearch.service
echo $'server.port: 5601\nserver.host: "0.0.0.0"\n' >> /etc/kibana/kibana.yml
systemctl start kibana.service

sudo apt install curl -yq
sudo apt install curl -yq

0 comments on commit 73b502f

Please sign in to comment.