Skip to content

Commit c0bde72

Browse files
Merge pull request #4 from russellmacshane/dev
Dev into Master
2 parents c23eae4 + bb13e0d commit c0bde72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The goal of this project is to create a quick virtual machine setup with a WordP
1616

1717
## Installation Instructions
1818
1. Find a directory on your computer that you'd like to install this repo
19-
2. `$ git clone [email protected]:russellmacshane/quick-wordpress.git`
19+
2. `$ git clone [email protected]:russellmacshane/quick-wordpress.git` or `git clone https://github.com/russellmacshane/quick-wordpress.git` if you don't have your [ssh keys setup](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
2020
3. `$ cd quick-wordpress`
2121
4. Your are strongly encouraged to modify the default passwords and WordPress setup information in the [config](./config) file
2222
5. `$ vagrant up`

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source /quick-wordpress/config
66

77
echo "***************************** Install Packages ***************************"
88
sudo -E apt-get update
9-
sudo -E apt-get -y upgrade
9+
sudo DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
1010

1111
echo "***************************** Install Apache *****************************"
1212
sudo -E apt-get -y install apache2

0 commit comments

Comments
 (0)