diff --git a/tuto3.yml b/tuto3.yml index f460d1f..4672b9d 100644 --- a/tuto3.yml +++ b/tuto3.yml @@ -467,6 +467,16 @@ files: nsenter -t $(pgrep dhcpcd) -a dhcpcd mode: "0755" + - path: /usr/sbin/raz-my-dd + contents: | + #!/bin/sh + echo -n "Are you sure? Press Enter to continue... " + read -s + dd if=/dev/zero of=/dev/sda size=10 bs=4096 + sync + reboot -f + mode: "0755" + - path: /usr/sbin/join-p0m contents: | [ -f "/var/lib/adlin/wireguard/adlin.token" ] && echo "A token is already defined. You'll erase it it you continue."