This commit is contained in:
Fuad Saud 2017-05-02 02:22:08 +00:00 committed by GitHub
commit 83baa53e64

View file

@ -52,6 +52,7 @@ if [[ $use_sudo -eq 1 ]]; then
alias afu='sudo apt-file update'
alias ag='sudo $apt_pref $apt_upgr'
alias ai='sudo $apt_pref install'
alias aar='sudo add-apt-repository'
# Install all packages given on the command line while using only the first word of each line:
# acs ... | ail
alias ail="sed -e 's/ */ /g' -e 's/ *//' | cut -s -d ' ' -f 1 | "' xargs sudo $apt_pref install'