install: better discord install + fix broken links

Take any number of inputs
Hardcode some custom clients
For some reason test -e doesnt count broken links as existing idk why
This commit is contained in:
2 * r + 2 * t
2025-03-02 22:38:36 +11:00
parent edacf1ef06
commit 4f4109784d
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
. (dirname (status filename))/../util.fish
function confirm-overwrite -a path
if test -e $path
read -l -p "input '$(realpath $path) already exists. Overwrite? [y/N] ' -n" confirm
if test -e $path -o -L $path
read -l -p "input '$(realpath $path 2> /dev/null || echo $path) already exists. Overwrite? [y/N] ' -n" confirm
if test "$confirm" = 'y' -o "$confirm" = 'Y'
log 'Continuing.'
test -z "$argv[2]" && rm -rf $path # If a second arg is provided, don't delete