Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
some more cleanup in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Jan 27, 2024
1 parent b86147c commit 9db3a04
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions install.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9db3a04

Please sign in to comment.