Unverified Commit be6b67f3 authored by boklm's avatar boklm
Browse files

install xorg void input driver

parent eae09fb8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -85,8 +85,10 @@ fi

install_X() {
    packages="fluxbox"
    [ -f /etc/debian_version ] && packages="$packages xserver-xorg-video-dummy"
    [ -f /etc/redhat-release ] && packages="$packages xorg-x11-drv-dummy"
    [ -f /etc/debian_version ] && packages="$packages xserver-xorg-video-dummy "\
                                           'xserver-xorg-input-void'
    [ -f /etc/redhat-release ] && packages="$packages xorg-x11-drv-dummy"\
                                           'xorg-x11-drv-void.x86_64'
    pkg_install $packages
}