fixes
Some checks failed
/ job (push) Failing after 9s

This commit is contained in:
Marc Beninca 2024-04-26 15:13:27 +02:00
parent b88d8caa22
commit b07b446fa5
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

8
cd.sh
View file

@ -25,7 +25,7 @@ CD_STEP=0
function cd_step {
if [ "${1}" ] ; then
((CD_STEP++))
CD_STEP=$((CD_STEP+1))
echo "
${CD_STEP}${1}
"
@ -54,6 +54,9 @@ local text=''
|| exit
}
function cd_main {
cd_set_dns
cd_step "configure package manager"
echo -n "\
Acquire::Check-Valid-Until True;
@ -115,9 +118,6 @@ apt-get clean \
cd_step "bootstrap"
"${DIRECTORY}/bootstrap.sh"
function cd_main {
cd_set_dns
}
cd_main