diff --git a/README.md b/README.md index 6b5fd9ff..2aa2e14e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![archboot](https://www.archboot.org/assets/images/logo.png)](https://www.archboot.org) -[![version](https://img.shields.io/badge/version-v2.8.5-blue.svg?style=flat&logo=github&?cacheSeconds=3600)](https://github.com/grm34/archboot/releases) [![maintenance](https://img.shields.io/maintenance/yes/2020.svg?&style=flat&logo=github&cacheSeconds=3600)](https://github.com/grm34/archboot/pulse) [![author](https://img.shields.io/badge/author-grm34-red.svg?&style=flat&logo=github&?cacheSeconds=3600)](https://github.com/grm34) [![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat&logo=github&?cacheSeconds=3600)](https://github.com/grm34/archboot/blob/master/LICENSE) [![telegram](https://img.shields.io/badge/Telegram-chat-red?style=flat&logo=telegram&cacheSeconds=3600)](https://t.me/archboot) +[![version](https://img.shields.io/badge/version-v2.9.0-blue.svg?style=flat&logo=github&?cacheSeconds=3600)](https://github.com/grm34/archboot/releases) [![maintenance](https://img.shields.io/maintenance/yes/2020.svg?&style=flat&logo=github&cacheSeconds=3600)](https://github.com/grm34/archboot/pulse) [![author](https://img.shields.io/badge/author-grm34-red.svg?&style=flat&logo=github&?cacheSeconds=3600)](https://github.com/grm34) [![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat&logo=github&?cacheSeconds=3600)](https://github.com/grm34/archboot/blob/master/LICENSE) [![telegram](https://img.shields.io/badge/Telegram-chat-red?style=flat&logo=telegram&cacheSeconds=3600)](https://t.me/archboot) Arch Linux is a light and fast distribution whose concept is to remain as simple as possible. In the same purpose, this script performs minimalist @@ -22,7 +22,7 @@ The only thing you need is one **USB bootable device** of [Arch Linux](https://m > For AZERTY keyboard run: *`loqdkeys fr`* -**3.** Download and run archboot: *`wget tiny.cc/archboot-dev; sh archboot-dev`* +**3.** Download and run archboot: *`wget tiny.cc/archboot; sh archboot`* ## Wiki diff --git a/archboot b/archboot index 0352048a..f21f06a4 100644 --- a/archboot +++ b/archboot @@ -1,7 +1,7 @@ #!/bin/bash __appname__="archboot" -__version__="v2.8.5" -__branch__="dev" +__version__="v2.9.0" +__branch__="master" __author__="grm34" __license__="Apache License 2.0"