kylin-os-installer/scripts/umount.sh

4 lines
67 B
Bash
Raw Normal View History

2022-06-06 21:11:33 +08:00
#!/bin/bash
sudo swapoff -a || true
sudo umount -l /target || true