Add Void Linux

This commit is contained in:
Andrei Shevchuk
2021-12-26 22:54:57 +03:00
parent 97035ec3ba
commit 7ff2c6e98d
+2 -2
View File
@@ -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'