mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-15 23:59:25 +01:00
beeper: add note for Arch to install fuse2
This commit is contained in:
parent
4be10493e8
commit
39573b450c
@ -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 "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user