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() {
|
||||
lastFolder=$(pwd -P)
|
||||
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"
|
||||
sh sadedot/scripts/bootstrap.sh -p
|
||||
cd "$lastFolder" || printAndExit "Couldn't cd into $lastFolder"
|
||||
|
@ -656,7 +656,7 @@ runScript() {
|
|||
fi
|
||||
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ reflector,Y,B
|
|||
ripgrep,N,B
|
||||
rsync,N,B
|
||||
scdoc,N,B
|
||||
scrpcy,N,B
|
||||
scrcpy,N,B
|
||||
seahorse,N,B
|
||||
shellcheck-bin,N,C
|
||||
smartmontools,N,C
|
||||
|
|
|
Loading…
Reference in New Issue