Enable case-insensitive completion
This commit is contained in:
parent
506ee51135
commit
67be276dc2
@ -144,6 +144,9 @@ LABEL arch
|
||||
APPEND root=/dev/sda2 rw resume=/dev/sda1
|
||||
" > /boot/syslinux/syslinux.cfg
|
||||
|
||||
# Enable case-insensitive completion
|
||||
echo 'set completion-ignore-case On' >> /etc/inputrc
|
||||
|
||||
# Install AUR packages
|
||||
useradd --no-user-group -g users --create-home --home-dir /tmp/aur-install aur-install
|
||||
echo "aur-install ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/aur-install
|
||||
|
Loading…
Reference in New Issue
Block a user