Commit 7d24f4cd authored by mapc's avatar mapc
Browse files

Use a static apt-get where only apt-get works

parent 0aa4456d
...@@ -56,7 +56,7 @@ if [[ $use_sudo -eq 1 ]]; then ...@@ -56,7 +56,7 @@ if [[ $use_sudo -eq 1 ]]; then
alias ar='sudo $apt_pref remove' alias ar='sudo $apt_pref remove'
# apt-get only # apt-get only
alias ads='sudo $apt_pref dselect-upgrade' alias ads='sudo apt-get dselect-upgrade'
# Install all .deb files in the current directory. # Install all .deb files in the current directory.
# Warning: you will need to put the glob in single quotes if you use: # Warning: you will need to put the glob in single quotes if you use:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment