Manual APT setup
Best for Debian/Ubuntu/WSL. APT packages are built for amd64 and arm64.
-
Add the repository signing key:
curl -fsSL https://dl.lasersell.io/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/lasersell-archive-keyring.gpg -
Add the APT source list:
ARCH="$(dpkg --print-architecture)" echo "deb [arch=${ARCH} signed-by=/usr/share/keyrings/lasersell-archive-keyring.gpg] https://dl.lasersell.io stable main" | sudo tee /etc/apt/sources.list.d/lasersell.list > /dev/null -
Update and install the package:
sudo apt update sudo apt install lasersell