mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-04 07:40:16 +01:00
update -y arg
This commit is contained in:
parent
6269a10b99
commit
53b93e466b
|
|
@ -20,7 +20,7 @@ tput cup 13 15
|
|||
echo "[ 1/10] [#---------]"
|
||||
tput cup 15 5
|
||||
echo "-> make a apt-get update................"
|
||||
apt-get update > ~/bos/install/setup_log.txt 2>&1
|
||||
apt-get update -y > ~/bos/install/setup_log.txt 2>&1
|
||||
|
||||
tput cup 13 15
|
||||
echo "[ 2/10] [##--------]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue