Update readme with install script usage info
This commit is contained in:
@@ -2,12 +2,13 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Installation
|
### Installation / update
|
||||||
|
|
||||||
1. Get theme archive: `wget https://github.com/shvchk/poly-light/archive/master.zip`
|
1. **Secure way:**
|
||||||
2. Unpack theme: `unzip master.zip`
|
- Download install script:
|
||||||
3. Remove theme archive: `rm master.zip`
|
`wget -P /tmp https://github.com/shvchk/poly-light/raw/master/install.sh`
|
||||||
4. Create GRUB themes directory: `sudo mkdir -p /boot/grub/themes`
|
- Review install script at `/tmp/install.sh`
|
||||||
5. Move theme to GRUB themes directory: `sudo mv poly-light-master /boot/grub/themes/poly-light`
|
- Run it: `sh /tmp/install.sh`
|
||||||
6. Set `GRUB_THEME=/boot/grub/themes/poly-light/theme.txt` in GRUB config: `sudo nano /etc/default/grub`
|
|
||||||
7. Update GRUB: `sudo update-grub`
|
2. **Easier, less secure way** — just download and run script:
|
||||||
|
`wget -O - https://github.com/shvchk/poly-light/raw/master/install.sh | sh`
|
||||||
|
|||||||
Reference in New Issue
Block a user