From da99328ff7930586268eac5f91f6aca831708c41 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 24 Jul 2023 13:04:21 +0200 Subject: [PATCH] Update URLs --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 70b7186..c33d26d 100755 --- a/install.sh +++ b/install.sh @@ -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