This commit is contained in:
pika 2025-06-16 15:56:41 +02:00
parent ddb2864184
commit f4b17c328b

View file

@ -61,7 +61,7 @@
$_sudo chmod +x $tmpfile $_sudo chmod +x $tmpfile
spin bold "Executing blackarch installation script.." spin bold "Executing blackarch installation script.."
if run --err err --out out $_sudo $tmpfile; then if run --err err --out out $_sudo $tmpfile </dev/tty; then
upclear upclear
check bold green "Script executed sucessfully.." check bold green "Script executed sucessfully.."
else else
@ -80,7 +80,7 @@
pen red "Depending on your internetconnection, this might take a while.." pen red "Depending on your internetconnection, this might take a while.."
spin bold blue "Setting up repositories and refreshing sources.." spin bold blue "Setting up repositories and refreshing sources.."
if run --err err --out out $_sudo pacman -Syyu; then if run --err err --out out $_sudo pacman -Syyu </dev/tty; then
upclear upclear
check bold green "Systemupdates finished, you should now have the blackarch repos installed!" check bold green "Systemupdates finished, you should now have the blackarch repos installed!"
else else