From 39573b450c78d1a34d50fd1b7c9c04124e18d961 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 11 Aug 2024 10:25:59 +0300 Subject: [PATCH] beeper: add note for Arch to install fuse2 --- bash/usr-local-bin/beeper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/usr-local-bin/beeper b/bash/usr-local-bin/beeper index e0615b7..e2123c9 100755 --- a/bash/usr-local-bin/beeper +++ b/bash/usr-local-bin/beeper @@ -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 "$@"