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