From b5a91d3ca57d1369d0b7b502112c4b4c9849d26c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 14 Jun 2025 15:42:20 +1000 Subject: internal: remove all legacy fish scripts --- install/discord.fish | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 install/discord.fish (limited to 'install/discord.fish') diff --git a/install/discord.fish b/install/discord.fish deleted file mode 100755 index a01538f..0000000 --- a/install/discord.fish +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env fish - -. (dirname (status filename))/util.fish - -install-deps git discord equicord-installer-bin -sudo Equilotl -install -location /opt/discord -sudo Equilotl -install-openasar -location /opt/discord - -set -l dist $C_DATA/discord - -# Update/Clone repo -update-repo discord $dist - -# Install systemd service -setup-systemd-monitor discord $dist - -# Link themes to client configs -set -l clients Vencord Equicord discord vesktop equibop legcord $argv -for client in $clients - if test -d $CONFIG/$client - log "Linking themes for $client" - install-link $dist/themes $CONFIG/$client/themes - end -end - -log 'Done.' -- cgit v1.2.3-freya