Skip to content

Commit

Permalink
Merge pull request #228 from a-sassermann/a-sassermann-patch-1
Browse files Browse the repository at this point in the history
#227 fix install error on arch based linux
  • Loading branch information
ldrahnik authored Dec 11, 2024
2 parents 22f2158 + d1db0ae commit 7528e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LOGS_INSTALL_LOG_FILE_PATH="$LOGS_DIR_PATH/$LOGS_INSTALL_LOG_FILE_NAME"
sudo pacman --noconfirm --needed -S ibus libevdev curl xorg-xinput i2c-tools python python-virtualenv libxml2 libxkbcommon gcc pkgconf systemd
# wayland (https://github.com/asus-linux-drivers/asus-numberpad-driver/issues/198#issuecomment-2483268464)
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
sudo pacman --noconfirm --needed -S install wayland
sudo pacman --noconfirm --needed -S wayland
fi
elif [[ $(command -v dnf 2>/dev/null) ]]; then
# dnf5 has --help
Expand Down Expand Up @@ -204,4 +204,4 @@ LOGS_INSTALL_LOG_FILE_PATH="$LOGS_DIR_PATH/$LOGS_INSTALL_LOG_FILE_NAME"
echo

exit 0
} 2>&1 | sudo tee "$LOGS_INSTALL_LOG_FILE_PATH"
} 2>&1 | sudo tee "$LOGS_INSTALL_LOG_FILE_PATH"

0 comments on commit 7528e16

Please sign in to comment.