@@ -50,13 +50,12 @@ if len(pkgm) == 0:
pkgm += " install -y "
else:
pkgm = "apt-get update && sudo " + pkgm
if len(pkgm) == 0:
pkgm = cmdline("which pacman 2>/dev/null").strip()
if len(pkgm) > 0:
pkgm += " -S "
print("hello")
The note is not visible to the blocked user.