Add ONCE to Install->Service menu (#5186)

This commit is contained in:
Kevin McConnell
2026-04-02 16:24:02 +02:00
committed by GitHub
parent b140a48ec7
commit 585a909401
2 changed files with 14 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# Install the ONCE service, enable its background service, and launch the TUI.
echo "Installing ONCE..."
omarchy-pkg-add once-bin
echo "Enabling ONCE background service..."
sudo systemctl enable --now once-background.service
echo -e "\nLaunching ONCE..."
once