beeper: add note for Arch to install fuse2

This commit is contained in:
Aminda Suomalainen 2024-08-11 10:25:59 +03:00
parent 4be10493e8
commit 39573b450c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -x
if [ "$(lsb_release -si)" == "Arch" ]; then
echo "Remember! sudo pacman -S fuse2"
fi
# This assumes the usage of GearLever with the default directory.
if [ -f ~/AppImages/beeper.appimage ]; then
~/AppImages/beeper.appimage --ozone-platform=wayland --enable-features=WaylandWindowDecorations "$@"