Skip to content

AEon-Jan/installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Easy-WI Installer

Quality Code: Codacy Badge

Easy-Wi Installer

Supported OS:

  • Slackware 14.2 (WIP)
  • Debian 8 and newer
  • Ubuntu 16.10 - 20.04
  • CentOS 7 and newer

Unstable Installer (Developer Version)

wget --no-check-certificate https://raw.githubusercontent.com/easy-wi/installer/master/easy-wi_install.sh

#if you runnig as user (not root):
sudo bash ./easy-wi_install.sh

#if you runnig as root:
bash ./easy-wi_install.sh

Stable Installer up to Debian 8, Ubuntu 16.10 and CentOS 7

LATEST_VERSION=`wget -O installer.tar.gz https://github.com/easy-wi/installer/archive/2.3.tar.gz
tar zxf installer.tar.gz && mv ./installer-*/easy-wi_install.sh ./
rm -r installer.tar.gz installer-*/

#if you runnig as user (not root):
sudo bash ./easy-wi_install.sh

#if you runnig as root:
bash ./easy-wi_install.sh

Support Channel

Discord: Easy-WI Discord Channel

Github: Easy-WI Github Channel

About

Easy-Wi Installer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%