Skip to content

Commit f1e6d75

Browse files
Merge pull request #94 from RMartinOscar/patch-2
Add missing sudo to install script
2 parents 52f94d0 + 0e36918 commit f1e6d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/panel/update.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Proceeds to download the latest release, extracts to install directory, Sets som
4242
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.
4343

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

4848
</Admonition>

0 commit comments

Comments
 (0)