Files
fedora/clear.sh

9 lines
111 B
Bash
Raw Normal View History

2024-05-21 23:44:45 +03:00
#!/bin/bash
2024-05-22 00:07:30 +03:00
umount /mnt/run
2024-05-21 23:44:45 +03:00
umount /mnt/dev
umount /mnt/sys
umount /mnt/proc
umount /mnt/boot/efi
umount /mnt