Skip to content

Commit 2218518

Browse files
authored
Update ss-functions.txt
1 parent a562383 commit 2218518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/ss-functions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ function ss_adduser {
15101510
function ss_apt {
15111511
export DEBIAN_FRONTEND="noninteractive"
15121512
export DEBIAN_PRIORITY="critical"
1513-
command apt --yes --quiet --option Dpkg::Options::="--force-confold" --option Dpkg::Options::="--force-confdef" "$@"
1513+
command apt-get --yes --quiet --option Dpkg::Options::="--force-confold" --option Dpkg::Options::="--force-confdef" "$@"
15141514
}
15151515

15161516
## ss_apt_autoremove ##

0 commit comments

Comments
 (0)