diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-28 17:37:52 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-28 17:37:52 +1100 |
| commit | fb8bdb541467bc94f0cf8fa6b359f34fb41c7782 (patch) | |
| tree | f733d92b64e85ea4f60d420139e9ee0a195172b8 /main.fish | |
| parent | install: gtk install script (diff) | |
| download | caelestia-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-x | main.fish | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |