Automatic and manual installation returned a couple of errors (wrong identifier and --get related error), had to install gconf2 in Ubuntu 20.04 for it to work in both

This commit is contained in:
lucianoinso 2020-10-27 23:48:06 -03:00
parent c483e3e784
commit 1ee6207cf5
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that u
$ sudo apt-get install dconf-cli uuid-runtime
```
Additional for Ubuntu 20.04:
```bash
$ sudo apt-get install gconf2
```
You can now install in interactive mode (easy) or non-interactive mode (ideal for scripting)
## [Install (interactive mode)](https://github.com/Mayccoll/Gogh/blob/master/content/install.md)