kylin-os-installer/scripts/umount.sh

4 lines
67 B
Bash
Executable File

#!/bin/bash
sudo swapoff -a || true
sudo umount -l /target || true