Install on other platforms
To install on Linux:
To install on Ubuntu or Debian-based Linux (apt):
- Click here to download an install script,
dsinstall-apt.sh, to your downloads.
- In the terminal, change to the directory where it downloaded:
- Make the script executable:
- Execute the script:
- When prompted by the installer, enter an email registered to your DriveStrike account, which you can see by either logging in to DriveStrike , or by opening this page from a valid install link a DriveStrike admin emailed you.
cd ~/Downloads
chmod +x dsinstall-apt.sh
sudo ./dsinstall-apt.sh
To install on Red Hat-based Linux (dnf/yum):
- Click here to download an install script,
dsinstall-yum.sh, to your downloads.
- In the terminal, change to the directory where it downloaded:
- Make the script executable:
- Execute the script:
- When prompted by the installer, enter an email registered to your DriveStrike account, which you can see by either logging in to DriveStrike , or by opening this page from a valid install link a DriveStrike admin emailed you.
cd ~/Downloads
chmod +x dsinstall-yum.sh
sudo ./dsinstall-yum.sh
To install on Arch-based Linux (pacman):
- Click here to download an install script,
dsinstall-arch.sh, to your downloads.
- In the terminal, change to the directory where it downloaded:
- Make the script executable:
- Execute the script:
- When prompted by the installer, enter an email registered to your DriveStrike account, which you can see by either logging in to DriveStrike , or by opening this page from a valid install link a DriveStrike admin emailed you.
cd ~/Downloads
chmod +x dsinstall-arch.sh
sudo ./dsinstall-arch.sh