Fix bash autocompletion
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
6270596a5d
commit
474a3d4f30
4 changed files with 11 additions and 7 deletions
|
@ -77,12 +77,12 @@ done
|
|||
print_header "Installing packages"
|
||||
#sudo pacman -S git base-devel --noconfirm
|
||||
|
||||
# Install aurman
|
||||
#git clone https://aur.archlinux.org/aurman.git
|
||||
#cd aurman
|
||||
# Install yay
|
||||
#git clone https://aur.archlinux.org/yay.git
|
||||
#cd yay
|
||||
#makepkg -si --noconfirm --skippgpcheck
|
||||
#cd ..
|
||||
#rm -rf aurman
|
||||
#rm -rf yay
|
||||
|
||||
# Install packages
|
||||
#aurman -S --noconfirm $(cat "${PACKAGES_DIR}/packages.list")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue