1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-15 08:42: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
@@ -156,7 +156,7 @@ func uninstallCommand(distroID string, dependencies []deps.Dependency) string {
return ""
}
if config.Family == distros.FamilyGentoo {
return "rm -rf ~/.config/quickshell/dms && sudo rm /usr/local/bin/dms"
return "sudo emerge --deselect gui-apps/dankmaterialshell && sudo emerge --depclean gui-apps/dankmaterialshell"
}
pkg := dmsPackageName(distroID, dependencies)
switch config.Family {