Skip to content

Remote install via curl and wget #7

@arcticicestudio

Description

@arcticicestudio

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions