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: readme.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
@@ -143,7 +143,7 @@ Make sure to substitute all variables for their correct values.
143
143
144
144
1. Create a service account for ModShark: `sudo useradd -s /bin/bash -d /home/modshark -m modshark`
145
145
2. Log into the service account: `sudo su - modshark`
146
-
3. Download the [latest release package](https://github.com/warriordog/ModShark/releases/latest): `wget https://github.com/warriordog/ModShark/releases/latest/download/ModShark-latest.zip`
146
+
3. Download the [latest release package](https://github.com/warriordog/ModShark/releases/latest): `wget -O ModShark-latest.zip https://github.com/warriordog/ModShark/releases/latest/download/ModShark-latest.zip`
147
147
4. Extract the release package into a directory: `mkdir ModShark && bsdtar -xvf ModShark-latest.zip -C ModShark`
148
148
5. Create the production config file (see the [Configuration section](#Configuration) for details): `nano ModShark/appsettings.Production.json`
149
149
6. Run the latest database migrations: `psql -U $postgres_user -W -d $sharkey_database -a -f ModShark/update-ModShark-migrations.sql`
@@ -159,7 +159,7 @@ Make sure to substitute all variables for their correct values.
159
159
160
160
1. Stop the ModShark service, if it's running: `sudo systemctl stop modshark`
161
161
2. Log into the ModShark service account: `sudo su - modshark`
162
-
3. Download the [latest release package](https://github.com/warriordog/ModShark/releases/latest): `wget https://github.com/warriordog/ModShark/releases/latest/download/ModShark-latest.zip`
162
+
3. Download the [latest release package](https://github.com/warriordog/ModShark/releases/latest): `wget -O ModShark-latest.zip https://github.com/warriordog/ModShark/releases/latest/download/ModShark-latest.zip`
163
163
4. Extract the release package into your installation directory, overwriting any files: `mkdir ModShark && bsdtar -xvf ModShark-latest.zip -C ModShark`
164
164
5. Run the latest database migrations: `psql -U $postgres_user -W -d $sharkey_database -a -f ModShark/update-ModShark-migrations.sql`
0 commit comments