From fd14efb7739961cf2d15057b96ef376c046e80f6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 23 Feb 2025 21:23:34 +1100 Subject: install: better link install Remove links if not already linked before linking --- install/discord.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/discord.fish') diff --git a/install/discord.fish b/install/discord.fish index 2eff70a..22bf936 100755 --- a/install/discord.fish +++ b/install/discord.fish @@ -20,7 +20,6 @@ update-repo discord $dist setup-systemd-monitor discord $dist # Link themes to client config -confirm-overwrite $client/themes -ln -s $dist/themes $client/themes +install-link $dist/themes $client/themes log 'Done.' -- cgit v1.2.3-freya