Supported languages: Chinese (simplified), Chinese (traditional), English, French, German, Hungarian, Italian, Korean, Latvian, Norwegian, Polish, Portuguese, Russian, Rusyn, Spanish, Turkish, Ukrainian
-
Secure way:
-
Download install script:
wget -P /tmp https://github.com/shvchk/fallout-grub-theme/raw/master/install.sh
-
Review it at
/tmp/install.sh
-
Run it:
bash /tmp/install.sh
-
-
Easier, less secure way — just download and run install script:
wget -O - https://github.com/shvchk/fallout-grub-theme/raw/master/install.sh | bash
You can use --lang
option to select language and disable interactive language selection, e.g.:
bash /tmp/install.sh --lang German
or
wget -O- https://github.com/shvchk/fallout-grub-theme/raw/master/install.sh | bash -s -- --lang Korean
Full list of languages see in INSTALLER_LANGS
variable in install.sh