MarksonHon / juicity-installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Installer For Juicity

Installation

Install with curl:

sudo sh -c "$(curl -sL https://github.com/juicity/juicity-installer/raw/master/installer.sh)"

Install with wget:

sudo sh -c "$(wget -qO- https://github.com/juicity/juicity-installer/raw/master/installer.sh)"

Uninstallation

Remove with curl:

sudo sh -c "$(curl -sL https://github.com/juicity/juicity-installer/raw/master/uninstaller.sh)"

Remove with wget:

sudo sh -c "$(wget -qO- https://github.com/juicity/juicity-installer/raw/master/uninstaller.sh)"

Services

Systemd

See Systemd

OpenRC

See OpenRC

Launchd (macOS)

See Launchd

Put plists to ~/Library/LaunchAgents/ for current user, or /Library/LaunchAgents/ for all users, start a launchd service like this:

launchctl load ~/Library/LaunchAgents/juicity-server.plist

About


Languages

Language:Shell 100.0%