summaryrefslogtreecommitdiff
path: root/install/discord.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-26 21:44:31 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-26 21:44:31 +0800
commit98cf5cbe126b498199bd0697ec473db482c4672e (patch)
tree8925661b829fabe225239b30e628552ff6ae5200 /install/discord.fish
parentfeat: print scheme command (diff)
downloadcaelestia-cli-98cf5cbe126b498199bd0697ec473db482c4672e.tar.gz
caelestia-cli-98cf5cbe126b498199bd0697ec473db482c4672e.tar.bz2
caelestia-cli-98cf5cbe126b498199bd0697ec473db482c4672e.zip
screenshot: add region and freeze functionality
equibop -> discord with openasar and equicord
Diffstat (limited to 'install/discord.fish')
-rwxr-xr-xinstall/discord.fish6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/discord.fish b/install/discord.fish
index 39f2549..8042277 100755
--- a/install/discord.fish
+++ b/install/discord.fish
@@ -2,8 +2,8 @@
. (dirname (status filename))/util.fish
-install-deps git
-install-optional-deps 'arrpc (rich presence)'
+install-deps git discord equicord-installer-bin
+sudo Equilotl -install -install-openasar -location /opt/discord
set -l dist $C_DATA/discord
@@ -14,7 +14,7 @@ update-repo discord $dist
setup-systemd-monitor discord $dist
# Link themes to client configs
-set -l clients discord vesktop equibop legcord $argv
+set -l clients Vencord Equicord discord vesktop equibop legcord $argv
for client in $clients
if test -d $CONFIG/$client
log "Linking themes for $client"