We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a562383 commit 2218518Copy full SHA for 2218518
bash/ss-functions.txt
@@ -1510,7 +1510,7 @@ function ss_adduser {
1510
function ss_apt {
1511
export DEBIAN_FRONTEND="noninteractive"
1512
export DEBIAN_PRIORITY="critical"
1513
- command apt --yes --quiet --option Dpkg::Options::="--force-confold" --option Dpkg::Options::="--force-confdef" "$@"
+ command apt-get --yes --quiet --option Dpkg::Options::="--force-confold" --option Dpkg::Options::="--force-confdef" "$@"
1514
}
1515
1516
## ss_apt_autoremove ##
0 commit comments