mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-05-14 02:17:37 +02: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
|
export TZ=UTC
|
||||||
$HOME/Persistent/AppImages/beeper.appimage --ozone-platform=wayland --enable-features=WaylandWindowDecorations --proxy-server=socks5://127.0.0.1:9050 "$@"
|
$HOME/Persistent/AppImages/beeper.appimage --ozone-platform=wayland --enable-features=WaylandWindowDecorations --proxy-server=socks5://127.0.0.1:9050 "$@"
|
||||||
else
|
else
|
||||||
print "~/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 locaiton) 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
|
if hash gearlever 2> /dev/null; then
|
||||||
gearlever
|
gearlever
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user