Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-11-02 12:37:54 +0300
committerChris Rebert <code@chrisrebert.com>2015-11-02 12:37:54 +0300
commit341bf802ec756aa8683be6354c136c14a8432cea (patch)
treecdd36ed433a3009bc1ad71586a1ef981e6f75c6b /setup_droplet.sh
parente2a7dde683ce6f102e4e77bdd7792c8f4fa99321 (diff)
Tweak things so we build both Bootstrap v3 and v4
Diffstat (limited to 'setup_droplet.sh')
-rwxr-xr-xsetup_droplet.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_droplet.sh b/setup_droplet.sh
index 56db8d3..1a2b670 100755
--- a/setup_droplet.sh
+++ b/setup_droplet.sh
@@ -28,9 +28,9 @@ aptitude install nodejs
apt-get -y --no-install-recommends install openssh-client git python3 python3-dev # other dependencies
npm install -g grunt-cli # dependency
git clone https://github.com/twbs/gruntworker.git ~/gruntworker
-cp ~/gruntworker/gruntworker.sh /usr/local/bin/
cp ~/gruntworker/gruntworker.py /usr/local/bin/
-chmod u=rwx,go=rx /usr/local/bin/gruntworker.*
+cp ~/gruntworker/gruntworker-*.sh /usr/local/bin/
+chmod u=rwx,go=rx /usr/local/bin/gruntworker*
useradd -m gruntworker
# setup SSH keys