Skip to content
Snippets Groups Projects
Commit 26765740 authored by root's avatar root
Browse files

Makes scripts executable

parent 93ffcf51
No related branches found
No related tags found
No related merge requests found
File mode changed from 100644 to 100755
......@@ -25,8 +25,8 @@
#/////////////////////////////////////////////////////////////////////////
# install python for the simulator
sudo apt-get update
sudo apt-get install python
apt-get update
apt-get install python
# install influx
wget https://dl.influxdata.com/influxdb/releases/influxdb_1.2.4_amd64.deb
......@@ -38,4 +38,4 @@ dpkg -i kapacitor_1.3.1_amd64.deb
# install Chronograf
wget https://dl.influxdata.com/chronograf/releases/chronograf_1.3.3.0_amd64.deb
dpkg -i chronograf_1.3.3.0_amd64.deb
\ No newline at end of file
dpkg -i chronograf_1.3.3.0_amd64.deb
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment