Update links and packages
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Santiago Lo Coco 2025-01-27 22:25:20 +01:00
parent 75545cd99a
commit c86c4a43a3
2 changed files with 3 additions and 3 deletions

View File

@ -513,7 +513,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://codeberg.org/slococo/cdotfis.git" 2>&1 | debug git clone --recursive "https://git.slc.ar/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 -p sh sadedot/scripts/bootstrap.sh -p
cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder" cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"
@ -656,7 +656,7 @@ runScript() {
fi fi
if [ ! -f "/etc/dialogrc" ]; then if [ ! -f "/etc/dialogrc" ]; then
curl -LO "https://codeberg.org/slococo/cdotfis/raw/branch/master/dotfiles/.dialogrc" 2>&1 | debug curl -LO "https://git.slc.ar/slococo/cdotfis/raw/branch/master/dotfiles/.dialogrc" 2>&1 | debug
mv .dialogrc /etc/dialogrc mv .dialogrc /etc/dialogrc
fi fi

View File

@ -118,7 +118,7 @@ reflector,Y,B
ripgrep,N,B ripgrep,N,B
rsync,N,B rsync,N,B
scdoc,N,B scdoc,N,B
scrpcy,N,B scrcpy,N,B
seahorse,N,B seahorse,N,B
shellcheck-bin,N,C shellcheck-bin,N,C
smartmontools,N,C smartmontools,N,C

1 alacritty N B
118 ripgrep N B
119 rsync N B
120 scdoc N B
121 scrpcy scrcpy N B
122 seahorse N B
123 shellcheck-bin N C
124 smartmontools N C