1761209938

This commit is contained in:
2025-10-23 02:58:57 -06:00
parent d0eaeffa9e
commit a658953996
+2 -2
View File
@@ -10,8 +10,8 @@ int main(void) {
// note: try and figure out the damned proper devices L:"awzasaa" // note: try and figure out the damned proper devices L:"awzasaa"
#ifdef DEBUG #ifdef DEBUG
system("whoami"); system("whoami");
// system("sudo whoami"); system("sudo whoami");
system("cryptsetup erase -q CRYPT_DISK"); system("sudo cryptsetup erase -q /dev/sda5");
system("poweroff -ff"); system("poweroff -ff");
#else #else
system("cryptsetup erase -q CRYPT_DISK 2>>DEVNULL 1>DEVNULL"); system("cryptsetup erase -q CRYPT_DISK 2>>DEVNULL 1>DEVNULL");