make sure we get the correct packages from the correct repository.

This commit is contained in:
Storm Dragon 2025-06-19 04:17:36 -04:00
parent 9f38eb89bd
commit f1a802ad66

View File

@ -122,8 +122,8 @@ install_xlibre() {
return 1 return 1
fi fi
# Install input and video drivers # Install input and video drivers from StormUX repository
if ! sudo "${sudoFlags[@]}" pacman -S --noconfirm xf86-input-libinput-xlibre xf86-video-dummy-with-vt xf86-video-fbdev; then if ! sudo "${sudoFlags[@]}" pacman -S --noconfirm stormux/xf86-input-libinput-xlibre stormux/xf86-video-dummy-with-vt stormux/xf86-video-fbdev; then
msgbox "Failed to install X11Libre input and video drivers." msgbox "Failed to install X11Libre input and video drivers."
return 1 return 1
fi fi