nordtheme / gedit

An arctic, north-bluish clean and elegant gedit syntax theme.
https://www.nordtheme.com/ports/gedit
MIT License
70 stars 11 forks source link

Remote install via curl and wget #5

Open arcticicestudio opened 7 years ago

arcticicestudio commented 7 years ago

Change the install script to allow remote installations via curl and wget.

curl

curl -sL https://raw.githubusercontent.com/arcticicestudio/nord-gedit/develop/install.sh | sh -s -- <ARG1> <ARG2>

wget

wget --no-check-certificate https://raw.githubusercontent.com/arcticicestudio/nord-gedit/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.