Skip to content

Commit 32abb38

Browse files
author
Nexus633
committed
Update to version 2.8, Edit README.md
1 parent cd9b0c1 commit 32abb38

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,38 @@ Easy-Wi Installer
66

77
Supported OS:
88
- Slackware 14.2 (WIP)
9-
- Debian 8 and newer
10-
- Ubuntu 16.10 - 20.04
11-
- CentOS 7 and newer
9+
- Debian 8, 9 and 10
10+
- Ubuntu 16.10, 18.04, 18,10 and 20.04
11+
- CentOS 7 and 8
1212

1313
___
1414

15-
## Unstable Installer (Developer Version)
15+
## Stable Installer up to Debian 8, 9 and 10, Ubuntu 16.10, 18.04, 18.10 and 20.04 and CentOS 7 and 8
1616

17-
```sh
18-
wget --no-check-certificate https://raw.githubusercontent.com/easy-wi/installer/master/easy-wi_install.sh
17+
```sh
18+
LATEST_VERSION=`wget -O installer.tar.gz https://github.com/easy-wi/installer/archive/2.8.tar.gz
19+
tar zxf installer.tar.gz && mv ./installer-*/easy-wi_install.sh ./
20+
rm -r installer.tar.gz installer-*/
1921
2022
#if you runnig as user (not root):
2123
sudo bash ./easy-wi_install.sh
2224
2325
#if you runnig as root:
2426
bash ./easy-wi_install.sh
2527
```
26-
2728
___
2829

29-
## Stable Installer up to Debian 8, Ubuntu 16.10 and CentOS 7
30+
## Unstable Installer (Developer Version)
3031

31-
```sh
32-
LATEST_VERSION=`wget -O installer.tar.gz https://github.com/easy-wi/installer/archive/2.3.tar.gz
33-
tar zxf installer.tar.gz && mv ./installer-*/easy-wi_install.sh ./
34-
rm -r installer.tar.gz installer-*/
32+
```sh
33+
wget --no-check-certificate https://raw.githubusercontent.com/easy-wi/installer/master/easy-wi_install.sh
3534
3635
#if you runnig as user (not root):
3736
sudo bash ./easy-wi_install.sh
3837
3938
#if you runnig as root:
4039
bash ./easy-wi_install.sh
4140
```
42-
4341
___
4442

4543
## Support Channel

easy-wi_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ elif [ -f /etc/os-release ]; then
376376
fi
377377
fi
378378

379-
INSTALLER_VERSION="2.7"
379+
INSTALLER_VERSION="2.8"
380380
PKILL=$(which pkill)
381381
USERADD=$(which useradd)
382382
USERMOD=$(which usermod)

0 commit comments

Comments
 (0)