On-demand Signal install
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# omarchy:summary=Install Signal and launch it.
|
||||
# omarchy:requires-sudo=true
|
||||
|
||||
set -e
|
||||
|
||||
echo "Installing Signal..."
|
||||
omarchy-pkg-add signal-desktop
|
||||
|
||||
echo "Opening Signal..."
|
||||
setsid uwsm-app -- /usr/bin/signal-desktop >/dev/null 2>&1 &
|
||||
|
||||
echo ""
|
||||
echo "Signal has been installed."
|
||||
Reference in New Issue
Block a user