# Debian apt-get(8) completion -*- shell-script -*- ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC ## See the file COPYING for copying conditions. if [ -f /usr/share/bash-completion/completions/apt-get ]; then source /usr/share/bash-completion/completions/apt-get complete -F _apt_get apt-get-noninteractive fi