From d8745ab68e92a5dcfb3333f22769e5c41b3900d2 Mon Sep 17 00:00:00 2001 From: Loudbook Date: Fri, 6 Dec 2024 18:21:32 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 355ad0e..5f5d537 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Docker. Both the frontend and backend are to be installed with Docker. You can l ## Automated Installation This script will download and install all the files necessary to run PasteBook, as well as guide you through setting up SSL. ```bash -bash <(curl -s https://github.com/Loudbooks/PasteBook/blob/master/install.sh) +bash <(curl -sL https://raw.githubusercontent.com/Loudbooks/PasteBook/refs/heads/master/install.sh) ``` > [!CAUTION]