livekit / livekit-cli

Command line interface to LiveKit
https://docs.livekit.io
Other
215 stars 65 forks source link

Fix: Correct sudo usage during installation #329

Closed esskayesss closed 4 months ago

esskayesss commented 4 months ago

sudo should be called when moving the file, not when unarchiving.

verified to work. here's the output:

󰘎  bash install-cli.sh
sudo is required to install to /usr/local/bin
Installing livekit-cli 1.4.3
Downloading from https://github.com/livekit/livekit-cli/releases/download/v1.4.3/livekit-cli_1.4.3_linux_amd64.tar.gz...
[sudo] password for esskayesss:

livekit-cli is installed to /usr/local/bin
CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.