wip
This commit is contained in:
parent
ddb2864184
commit
f4b17c328b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue