Files
fedora/clear.sh

8 lines
95 B
Bash
Raw Normal View History

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