1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-15 16:52:47 -04:00

dankinstall: fix gentoo parsing and use guru overlays for DMS/dgop

This commit is contained in:
bbedward
2026-05-14 10:13:37 -04:00
parent 79fe956058
commit 71438530a8
3 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func GetOSInfo() (*OSInfo, error) {
}
key := parts[0]
value := strings.Trim(parts[1], "\"")
value := strings.Trim(parts[1], "\"'")
switch key {
case "ID":