summaryrefslogtreecommitdiff
path: root/main.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-28 17:37:52 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-28 17:37:52 +1100
commitfb8bdb541467bc94f0cf8fa6b359f34fb41c7782 (patch)
treef733d92b64e85ea4f60d420139e9ee0a195172b8 /main.fish
parentinstall: gtk install script (diff)
downloadcaelestia-cli-fb8bdb541467bc94f0cf8fa6b359f34fb41c7782.tar.gz
caelestia-cli-fb8bdb541467bc94f0cf8fa6b359f34fb41c7782.tar.bz2
caelestia-cli-fb8bdb541467bc94f0cf8fa6b359f34fb41c7782.zip
install: fix gtk install
Forgot to add it to main script
Diffstat (limited to 'main.fish')
-rwxr-xr-xmain.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.fish b/main.fish
index e881442..db517b7 100755
--- a/main.fish
+++ b/main.fish
@@ -41,7 +41,7 @@ if test "$argv[1]" = scheme
end
if test "$argv[1]" = install
- set -l valid_modules discord foot fuzzel hypr safeeyes scripts shell
+ set -l valid_modules discord foot fuzzel hypr safeeyes scripts shell gtk
contains -- "$argv[2]" $valid_modules && $src/install/$argv[2].fish $argv[3..] || error "Invalid module: $argv[2]"
exit
end