Workstatus.io Linux Client
Simple, step-by-step instructions to install or uninstall on Debian-based systems (like Ubuntu).
Installation
Open Terminal & Gain Root Access
First, you need administrative privileges. Open your terminal and run this command.
sudo su
Run the Installation Command
Copy the entire command below, paste it into your terminal, and press Enter.
(apt-get update -qq && apt-get install -y wget >/dev/null 2>&1) && bash <(wget -qO- https://raw.githubusercontent.com/aslas-enterprise/workstatus.io/master/workstatus-install.sh)
Uninstallation (Optional)
Gain Root Access
If your terminal session is still open as root, you can skip this. Otherwise, run:
sudo su
Run the Uninstallation Command
Copy and paste this command to remove the application and its components.
(apt-get update -qq && apt-get install -y wget >/dev/null 2>&1) && bash <(wget -qO- https://raw.githubusercontent.com/aslas-enterprise/workstatus.io/master/workstatus-uninstall.sh)