/installer

Primary LanguageCMIT LicenseMIT

Install NetDrive for Linux

Prerequisites

  • curl or wget should be installed
  • git should be installed (recommended v2.4.11 or higher)
  • GCC should be installed to compile Kernel module

Installation

NetDrive is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl or wget, whichever is installed on your machine.

via curl

bash -c "$(curl -fsSL https://raw.githubusercontent.com/NetDrive/installer/master/install.sh)"

via wget

bash -c "$(wget -O- https://raw.githubusercontent.com/NetDrive/installer/master/install.sh)"