Update URLs
This commit is contained in:
parent
20dafdf8cf
commit
da99328ff7
|
@ -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://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
|
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
|
||||||
|
@ -503,7 +503,7 @@ finishInstallation() {
|
||||||
getDotfiles() {
|
getDotfiles() {
|
||||||
lastFolder=$(pwd -P)
|
lastFolder=$(pwd -P)
|
||||||
cd "$HOME/Documents" || printAndExit "Couldn't cd into $HOME/Documents"
|
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"
|
cd cdotfis || printAndExit "Couldn't cd into ./cdotfis"
|
||||||
sh sadedot/scripts/bootstrap.sh
|
sh sadedot/scripts/bootstrap.sh
|
||||||
cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"
|
cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"
|
||||||
|
@ -644,7 +644,7 @@ runScript() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "/etc/dialogrc" ]; then
|
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
|
mv .dialogrc /etc/dialogrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue