Skip to content

Commit

Permalink
add auto-answer flag to install
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurtin committed Oct 8, 2016
1 parent fb7f3fb commit 564ee42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/setup_phppgadmin.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
source /bin/colors
# INSTALL PHPPGADMIN
sudo apt-get install phppgadmin
sudo apt-get install phppgadmin -y
# configure Apache server to tell it where to find phppgadmin.
sudo echo 'Include /etc/apache2/conf.d/phppgadmin' >> /etc/apache2/apache2.conf
# allow permission to access phppgadmin.
Expand Down

0 comments on commit 564ee42

Please sign in to comment.