akmeghdad / installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)"

About

License:MIT License


Languages

Language:C 88.8%Language:Roff 7.5%Language:Shell 3.7%