Skip to content

Commit

Permalink
Merge pull request #94 from RMartinOscar/patch-2
Browse files Browse the repository at this point in the history
Add missing sudo to install script
  • Loading branch information
notAreYouScared authored Dec 8, 2024
2 parents 52f94d0 + 0e36918 commit f1e6d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/panel/update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Proceeds to download the latest release, extracts to install directory, Sets som
If you do not wish to use the script and wish to do it manually, You can delete everything except the `.env` and the sqlite database file, if using sqlite. then follow the standard update process below.

```sh
bash <(curl -s https://gist.githubusercontent.com/notAreYouScared/fa2b0839f001e9d765b96fdd91a56a04/raw/78feb24f393acb03a391e57f1b88361a9714bcc6/PelicanUpdate)
sudo bash <(curl -s https://gist.githubusercontent.com/notAreYouScared/fa2b0839f001e9d765b96fdd91a56a04/raw/78feb24f393acb03a391e57f1b88361a9714bcc6/PelicanUpdate)
```

</Admonition>
Expand Down

0 comments on commit f1e6d75

Please sign in to comment.