Update URLs
This commit is contained in:
parent
20dafdf8cf
commit
da99328ff7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue