Update packages URL
This commit is contained in:
parent
d260647652
commit
c2bc45edef
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue