Update URLs

This commit is contained in:
Santiago Lo Coco 2023-07-24 13:04:21 +02:00
parent 20dafdf8cf
commit da99328ff7
1 changed files with 3 additions and 3 deletions

View File

@ -259,7 +259,7 @@ getThePackages() {
set -o pipefail
if [ ! -f "packages.csv" ]; then
printWaitBox
curl -LO "https://raw.githubusercontent.com/santilococo/calsais/master/packages.csv" 2>&1 | debug
curl -LO "https://codeberg.org/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
@ -503,7 +503,7 @@ finishInstallation() {
getDotfiles() {
lastFolder=$(pwd -P)
cd "$HOME/Documents" || printAndExit "Couldn't cd into $HOME/Documents"
git clone --recursive https://github.com/santilococo/cdotfis.git 2>&1 | debug
git clone --recursive "https://codeberg.org/slococo/cdotfis.git" 2>&1 | debug
cd cdotfis || printAndExit "Couldn't cd into ./cdotfis"
sh sadedot/scripts/bootstrap.sh
cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"
@ -644,7 +644,7 @@ runScript() {
fi
if [ ! -f "/etc/dialogrc" ]; then
curl -LO "https://raw.githubusercontent.com/santilococo/cdotfis/master/dotfiles/.dialogrc" 2>&1 | debug
curl -LO "https://codeberg.org/slococo/cdotfis/raw/branch/master/dotfiles/.dialogrc" 2>&1 | debug
mv .dialogrc /etc/dialogrc
fi