Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote install via curl and wget #5

Open
arcticicestudio opened this issue Nov 22, 2016 · 0 comments
Open

Remote install via curl and wget #5

arcticicestudio opened this issue Nov 22, 2016 · 0 comments

Comments

@arcticicestudio
Copy link
Contributor

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

curl

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

wget

wget --no-check-certificate https://github.com/raw/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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant