Removed manual installation of openrc-zsh-completions, as it is now included in openrc

This commit is contained in:
2023-09-09 00:19:25 -04:00
parent 7265671987
commit 41fd9d9f02
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/confi
chown "$username":users /home/"$username"/{.profile,.zshrc}
chsh -s /bin/dash "$username"
ln -sfT dash /usr/bin/sh
pacman -Sy zsh zsh-autosuggestions zsh-syntax-highlighting openrc-zsh-completions --noconfirm
pacman -Sy zsh zsh-autosuggestions zsh-syntax-highlighting --noconfirm
# installing hardware-specific packages
if [ "$gpu" == 'AMD' ]; then