You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ Please read through our [Contributing Guidelines](CONTRIBUTING.md).
4
4
5
5
## General server setup
6
6
7
-
- Run `sudo wget -L https://raw.githubusercontent.com/opensourcewebsite-org/osw-devops/master/install.sh` to download install script.
8
-
- Run `sudo sh install.sh` to install initial environment.
7
+
- Run `wget https://raw.githubusercontent.com/opensourcewebsite-org/osw-devops/master/install.sh` to download install script.
8
+
- Run `sudo bash install.sh` to install initial environment.
9
9
- Put user password's hash in `/srv/users-passwords.txt`.
10
10
- Run `sudo salt '*' state.apply --state-verbose=false`.
11
11
- Replace `<SetYourAPIKey>` to your own [SendGrid API key](https://app.sendgrid.com/settings/api_keys) in `/etc/exim4/passwd.client` and run `systemctl restart exim4`
0 commit comments