agud,agug
This commit is contained in:
parent
cd4d7d3fcb
commit
dde88afb21
1 changed files with 10 additions and 8 deletions
|
@ -59,13 +59,15 @@ remove \
|
||||||
"
|
"
|
||||||
|
|
||||||
# update packages catalog
|
# update packages catalog
|
||||||
alias agud="\
|
agud() {
|
||||||
apt-get \
|
apt-get \
|
||||||
update \
|
update \
|
||||||
"
|
"${@}"
|
||||||
|
}
|
||||||
|
|
||||||
# upgrade forbidding package installation or removal
|
# upgrade forbidding package installation or removal
|
||||||
alias agug="\
|
agug() {
|
||||||
apt-get \
|
apt-get \
|
||||||
upgrade \
|
upgrade \
|
||||||
"
|
"${@}"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue