mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-05 16:37:17 -04:00
Removed manual installation of openrc-zsh-completions, as it is now included in openrc
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/confi
|
|||||||
chown "$username":users /home/"$username"/{.profile,.zshrc}
|
chown "$username":users /home/"$username"/{.profile,.zshrc}
|
||||||
chsh -s /bin/dash "$username"
|
chsh -s /bin/dash "$username"
|
||||||
ln -sfT dash /usr/bin/sh
|
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
|
# installing hardware-specific packages
|
||||||
if [ "$gpu" == 'AMD' ]; then
|
if [ "$gpu" == 'AMD' ]; then
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
loadkeys us
|
loadkeys us
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo rwinkhart\'s artix install script
|
echo rwinkhart\'s artix install script
|
||||||
echo last updated august 24, 2023
|
echo last updated september 09, 2023
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo You will be asked some questions before installation.
|
echo You will be asked some questions before installation.
|
||||||
echo -e "----------------------------------------------------------------------------------------------\n"
|
echo -e "----------------------------------------------------------------------------------------------\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user