initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit 7a172c0306 - Show all commits
+1 -1
View File
@@ -1001,7 +1001,7 @@ class InstallerWindow(Adw.ApplicationWindow):
run(["sudo", "chmod", "600", "/mnt/var/lib/secrets/free-password"])
proc = subprocess.run(
["sudo", "chroot", "/mnt", "chpasswd"],
["sudo", "nixos-enter", "--root", "/mnt", "--", "sh", "-c", "chpasswd"],
input=f"free:{password}",
capture_output=True, text=True
)