diff --git a/install.sh b/install.sh index 8e64b82b3..72882c82e 100755 --- a/install.sh +++ b/install.sh @@ -1,10 +1,7 @@ #!/bin/sh -# TODO: // # This script should be run via curl: -# sh -c "$(curl -fsSL https://fastn.com/install.sh)" -# or via wget -# sh -c "$(wget -qO- https://fastn.com/install.sh)" +# source < "$(curl -fsSL https://fastn.com/install.sh)" # The [ -t 1 ] check only works when the function is not called from # a subshell (like in `$(...)` or `(...)`, so this hack redefines the