nordtheme / xfce-terminal

An arctic, north-bluish clean and elegant Xfce Terminal color theme.

Home Page:https://www.nordtheme.com/ports/xfce-terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote install via curl and wget

arcticicestudio opened this issue · comments

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

curl

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

wget

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