mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-15 23:59:25 +01:00
beeper: fix typo
This commit is contained in:
parent
d5be6e5071
commit
d9ff90be6c
@ -19,8 +19,8 @@ elif [ -f "$HOME/Persistent/AppImages/beeper.appimage" ]; then
|
||||
export TZ=UTC
|
||||
$HOME/Persistent/AppImages/beeper.appimage --ozone-platform=wayland --enable-features=WaylandWindowDecorations --proxy-server=socks5://127.0.0.1:9050 "$@"
|
||||
else
|
||||
print "~/AppImages/beeper.appimage not found. Please install it through gearlever (default locaiton) or symlink it there."
|
||||
notify-send "~/AppImages/beeper.appimage not found. Please install it through gearlever (default locaiton) or symlink it there."
|
||||
print "~/AppImages/beeper.appimage not found. Please install it through gearlever (default location) or symlink it there."
|
||||
notify-send "~/AppImages/beeper.appimage not found. Please install it through gearlever (default location) or symlink it there."
|
||||
if hash gearlever 2> /dev/null; then
|
||||
gearlever
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user