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
|
|| exit
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo -n "\
|
||||||
|
APT::Get::Show-Versions True;
|
||||||
|
" > '/etc/apt/apt.conf.d/apt.conf' \
|
||||||
|
|| exit
|
||||||
apt-get update \
|
apt-get update \
|
||||||
|| exit
|
|| exit
|
||||||
|
|
||||||
apt-get install --yes "${PACKAGES[@]}" \
|
apt-get install --yes "${PACKAGES[@]}" \
|
||||||
|| exit
|
|| exit
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue