Skip to content

Instantly share code, notes, and snippets.

@dominicusin
Last active March 11, 2025 09:39
Show Gist options
  • Save dominicusin/09e979be90a5a188026c91453113f5fa to your computer and use it in GitHub Desktop.
Save dominicusin/09e979be90a5a188026c91453113f5fa to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment