Update packages URL

This commit is contained in:
Santiago Lo Coco 2025-01-27 15:26:34 +01:00
parent d260647652
commit c2bc45edef
Signed by: slococo
GPG Key ID: F995EFC8B68B1ADF
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ getThePackages() {
set -o pipefail set -o pipefail
if [ ! -f "packages.csv" ]; then if [ ! -f "packages.csv" ]; then
printWaitBox 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 fi
if [ "${1}" = "N" ]; then 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 dialog --msgbox "\nA menu will appear where you can deselect the packages you don't want to be installed." 8 59