lib/templates/actions/install_basics.sh in gearship-0.2.0 vs lib/templates/actions/install_basics.sh in gearship-0.2.1

- old
+ new

@@ -2,5 +2,8 @@ gearship.mute "apt-get update" gearship.mute "apt-get -y upgrade" # install most important packages apt-get -y install git ntp curl + +# Server performance monitoring for digitalocean +curl -sSL https://agent.digitalocean.com/install.sh | sh