README.md (v1.4)
This commit is contained in:
parent
3ab14f9eab
commit
47641f4631
44
README.md
Normal file
44
README.md
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
zenigrub-custom - A simple GTK (Zenity) interface to edit basic settings of GRUB
|
||||||
|
================================================================================
|
||||||
|
|
||||||
|
### Downloads:
|
||||||
|
* [zenigrub-custom-1.4.tar.gz](https://github.com/q3aql/zenigrub-custom/releases/download/v1.4/zenigrub-custom-1.4.tar.gz) - Generic package (English + Spanish Languages).
|
||||||
|
* [zenigrub-custom-1.4-en.deb](https://github.com/q3aql/zenigrub-custom/releases/download/v1.4/zenigrub-custom-1.4-en.deb) - Debian based package (English version).
|
||||||
|
* [zenigrub-custom-1.4-en.rpm](https://github.com/q3aql/zenigrub-custom/releases/download/v1.4/zenigrub-custom-1.4-en.rpm) - RedHat/Fedora based package (English version).
|
||||||
|
* [zenigrub-custom-1.4-es.deb](https://github.com/q3aql/zenigrub-custom/releases/download/v1.4/zenigrub-custom-1.4-es.deb) - Debian based package (Spanish version).
|
||||||
|
* [zenigrub-custom-1.4-es.rpm](https://github.com/q3aql/zenigrub-custom/releases/download/v1.4/zenigrub-custom-1.4-es.rpm) - RedHat/Fedora based package (Spanish version).
|
||||||
|
|
||||||
|
_Dependencies: bash, coreutils, zenity, xterm, grep, sed_
|
||||||
|
|
||||||
|
### Installation (Generic package - English version):
|
||||||
|
|
||||||
|
* Open terminal and run the following commands:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
tar zxvf zenigrub-custom-1.4.tar.gz
|
||||||
|
cd zenigrub-custom
|
||||||
|
sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
|
### Installation (Generic package - Spanish version):
|
||||||
|
|
||||||
|
* Open terminal and run the following commands:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
tar zxvf zenigrub-custom-1.4.tar.gz
|
||||||
|
cd zenigrub-custom
|
||||||
|
sudo make install-es
|
||||||
|
```
|
||||||
|
|
||||||
|
### Images
|
||||||
|
|
||||||
|
<img src="https://raw.githubusercontent.com/q3aql/zenigrub-custom/main/img/zenigrub-image.png" width="700" />
|
||||||
|
|
||||||
|
### External links:
|
||||||
|
|
||||||
|
* [zenity homepage](https://wiki.gnome.org/Projects/Zenity)
|
||||||
|
* [xterm homepage](https://invisible-island.net/xterm/)
|
||||||
|
* [Coreutils homepage](https://www.gnu.org/software/coreutils/coreutils.html)
|
||||||
|
* [Bash homepage](https://www.gnu.org/software/bash/)
|
||||||
|
* [Grep homepage](https://www.gnu.org/software/grep/)
|
||||||
|
* [sed homepage](https://www.gnu.org/software/sed/)
|
Loading…
Reference in New Issue
Block a user