Skip to content

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 624 Bytes

File metadata and controls

executable file
·
26 lines (19 loc) · 624 Bytes

lcinstall

Install Apps into LiveContainer from your Mac.

Install

Run the installer script (downloads the latest release into ~/bin):

curl -fsSL https://raw.githubusercontent.com/rooootdev/lcinstall/main/install.sh | bash

Ensure ~/bin is on your PATH.

Usage

# set bundle id once
lcinstall -bid com.kdt.livecontainer.DN4S6CXFWY

# install an app bundle (default: VendContainer -> /Documents/Applications)
lcinstall /path/to/MyApp.app

# install with a custom remote name
lcinstall /path/to/MyApp.app MyApp.app

# force VendDocuments mode
lcinstall --vend-documents /path/to/MyApp.app