Update links and packages
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
75545cd99a
commit
c86c4a43a3
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
Loading…
Reference in New Issue