make sure we get the correct packages from the correct repository.
This commit is contained in:
		@@ -122,8 +122,8 @@ install_xlibre() {
 | 
			
		||||
        return 1
 | 
			
		||||
    fi
 | 
			
		||||
    
 | 
			
		||||
    # Install input and video drivers
 | 
			
		||||
    if ! sudo "${sudoFlags[@]}" pacman -S --noconfirm xf86-input-libinput-xlibre xf86-video-dummy-with-vt xf86-video-fbdev; then
 | 
			
		||||
    # Install input and video drivers from StormUX repository
 | 
			
		||||
    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."
 | 
			
		||||
        return 1
 | 
			
		||||
    fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user