We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e375813 commit fe6cf43Copy full SHA for fe6cf43
usr/bin/mintupgrade
@@ -16,7 +16,7 @@ SUPPORTED_EDITIONS = ["cinnamon"]
16
17
CHECK_ABSENT = ["libservlet3.1-java"]
18
CHECK_PRESENT = ["default-jre"]
19
-CHECK_UP_TO_DATE = ["mintupgrade", "apt", "dpkg", "linuxmint-keyring", "debian-archive-keyring"]
+CHECK_UP_TO_DATE = ["mintupgrade", "apt", "dpkg", "linuxmint-keyring", "debian-archive-keyring", "mintsystem"]
20
21
BACKUP_APT_SOURCES = os.path.expanduser("~/Upgrade-Backup/APT/")
22
BACKUP_FSTAB = os.path.expanduser("~/Upgrade-Backup/fstab")
0 commit comments