-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Change the install script to allow remote installations via curl and wget.
curl
curl -sL https://raw.githubusercontent.com/arcticicestudio/nord-terminix/develop/install.sh | sh -s -- <ARG1> <ARG2>wget
wget --no-check-certificate https://raw.githubusercontent.com/arcticicestudio/nord-terminix/develop/install.sh | sh -s -- <ARG1> <ARG2>Arguments can be passed via the -s flag which is also supported by bash.
The two dashes -- after the flag must be provided to avoid the shell to interpret the following short options as addional parameters.
Reactions are currently unavailable