From 41fd9d9f023ac3a6108a105ec21753f9d869a2a0 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 9 Sep 2023 00:19:25 -0400 Subject: [PATCH] Removed manual installation of openrc-zsh-completions, as it is now included in openrc --- chrootInstall.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 3f1b4e9..23bf183 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -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 diff --git a/install.sh b/install.sh index b5fa39c..4e6ae19 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s artix install script -echo last updated august 24, 2023 +echo last updated september 09, 2023 echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"