mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-02 23:17:32 -04:00
Removed cpu microcode packages, as they rarely are compatible with the host's cpu
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
# Importing Variables
|
||||
formfactor="$(< /tempfiles/formfactor)"
|
||||
cpu="$(< /tempfiles/cpu)"
|
||||
threadsminusone="$(< /tempfiles/threadsminusone)"
|
||||
gpu="$(< /tempfiles/gpu)"
|
||||
intel_vaapi_driver="$(< /tempfiles/intel_vaapi_driver)"
|
||||
@@ -84,11 +83,6 @@ ln -sfT dash /usr/bin/sh
|
||||
pacman -Sy zsh zsh-autosuggestions zsh-syntax-highlighting openrc-zsh-completions --noconfirm
|
||||
|
||||
# installing hardware-specific packages
|
||||
if [ "$cpu" == 'AuthenticAMD' ]; then
|
||||
pacman -S amd-ucode --noconfirm
|
||||
else
|
||||
pacman -S intel-ucode --noconfirm
|
||||
fi
|
||||
if [ "$gpu" == 'AMD' ]; then
|
||||
pacman -S mesa vulkan-icd-loader vulkan-radeon libva-mesa-driver libva-utils --needed --noconfirm
|
||||
elif [ "$gpu" == 'Intel' ]; then
|
||||
|
||||
Reference in New Issue
Block a user