Skip to content

Commit

Permalink
Update installation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
devemlight committed Apr 18, 2019
1 parent 1c2e905 commit 6b1457d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/install-configurations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ fi
sudo rm -rf /etc/nginx/server-configs-nginx && \
sudo mkdir /etc/nginx/server-configs-nginx && \
sudo chown $(whoami) /etc/nginx/server-configs-nginx && \
git clone https://github.com/h5bp/server-configs-nginx.git /etc/nginx/server-configs-nginx
git clone https://github.com/h5bp/server-configs-nginx.git /etc/nginx/server-configs-nginx && \
cd /etc/nginx/server-configs-nginx && git checkout b935688c2b5e1621bf738379ad949f4a84e325ea

# Clone base configurations
sudo rm -rf /etc/nginx/base && \
Expand Down

0 comments on commit 6b1457d

Please sign in to comment.