From 9c485bd973b36444f26029ed0bdc4a78a9d3d5a0 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Tue, 2 Aug 2022 19:58:52 +0200 Subject: [PATCH] Update pialert_install.sh --- install/pialert_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pialert_install.sh b/install/pialert_install.sh index 0bc60215..8628206b 100644 --- a/install/pialert_install.sh +++ b/install/pialert_install.sh @@ -454,7 +454,7 @@ download_pialert() { fi print_msg "- Downloading installation tar file..." - curl -Lo "$INSTALL_DIR/pialert_latest.tar" https://github.com/leiweibau/Pi.Alert/raw/main/tar/pialert_latest.tar + curl -Lo "$INSTALL_DIR/pialert_latest.tar" https://raw.githubusercontent.com/leiweibau/Pi.Alert/setup_test/tar/pialert_latest.tar echo "" print_msg "- Uncompressing tar file"