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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user