parent
bd882743b8
commit
01e0e212d4
1 changed files with 4 additions and 1 deletions
5
cd.sh
5
cd.sh
|
@ -12,9 +12,12 @@ for nameserver in "${NAMESERVERS[@]}" ; do
|
|||
|| exit
|
||||
done
|
||||
|
||||
echo -n "\
|
||||
APT::Get::Show-Versions True;
|
||||
" > '/etc/apt/apt.conf.d/apt.conf' \
|
||||
|| exit
|
||||
apt-get update \
|
||||
|| exit
|
||||
|
||||
apt-get install --yes "${PACKAGES[@]}" \
|
||||
|| exit
|
||||
|
||||
|
|
Loading…
Reference in a new issue