mirror of
https://github.com/bckelley/CRT-Amber-GRUB-Theme.git
synced 2026-08-24 03:14:11 -05:00
Add Void Linux
This commit is contained in:
+2
-2
@@ -84,8 +84,8 @@ if [[ -e /etc/os-release ]]; then
|
||||
ID_LIKE=""
|
||||
source /etc/os-release
|
||||
|
||||
if [[ "$ID" =~ (debian|ubuntu|solus) || \
|
||||
"$ID_LIKE" =~ (debian|ubuntu) ]]; then
|
||||
if [[ "$ID" =~ (debian|ubuntu|solus|void) || \
|
||||
"$ID_LIKE" =~ (debian|ubuntu|void) ]]; then
|
||||
|
||||
UPDATE_GRUB='update-grub'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user