Skip to content

juicity/juicity-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages