Install Lancer on Linux
Install Using Bash Script
You can install Lancer using the following command :
Steps
-
Open terminal
-
Copy the command
curl -L "https://raw.githubusercontent.com/Weekend-Dev-Labs/lancer/refs/heads/main/scripts/install/install.sh?token=GHSAT0AAAAAACWNE75HNM5YCUFJ2BA5MDE2Z4QZYDA" -o install.sh
chmod +x install.sh
./install.sh -
Paste and run
Validate Installation
You can validate installation by simply running this command :
lancer version
Download Binary
You can also install Lancer by downloading binary itself. You can find the latest release binary from our github release section.