Перейти к основному содержимому
Категории ai career dao links media notes philosophy security systems web
  1. Гисты/

09e979be90a5a188026c91453113f5fa

·50 слов·1 минута· ·
Оглавление

gistfile1.txt
#

export LANG=C.UTF-8
export DEBIAN_FRONTEND=noninteractive
export APT_LISTCHANGES_FRONTEND=none
apt -y modernize-sources;apt-mark -y minimize-manual ;apt --allow-change-held-packages --allow-downgrades   --allow-remove-essential --allow-unauthenticated --fix-broken --fix-missing --ignore-hold --install-recommends --install-suggests  --update --show-progress --color --audit --autoremove --purge --reinstall --fix-broken --fix-missing --ignore-hold  -t unstable  --option DPkg::Options::="--force-confnew"  --option DPkg::Options::="--force-all" -fym   full-upgrade;aptitude --no-gui --with-recommends -t unstable -vfy full-upgrade;dpkg --configure -a --force-all