From c2bc45edefaff9d1fcbf6eebd1b0fde55a391e0c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 27 Jan 2025 15:26:34 +0100 Subject: [PATCH] Update packages URL --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 00e76c5..f2b76c1 100755 --- a/install.sh +++ b/install.sh @@ -259,7 +259,7 @@ getThePackages() { set -o pipefail if [ ! -f "packages.csv" ]; then printWaitBox - curl -LO "https://codeberg.org/slococo/calsais/raw/branch/master/packages.csv" 2>&1 | debug + curl -LO "https://git.slc.ar/slococo/calsais/raw/branch/master/packages.csv" 2>&1 | debug fi if [ "${1}" = "N" ]; then dialog --msgbox "\nA menu will appear where you can deselect the packages you don't want to be installed." 8 59