This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
kylin-os-installer
mirror of
https://gitee.com/openkylin/kylin-os-installer.git
Watch
9
Star
0
Fork
You've already forked kylin-os-installer
0
Code
Issues
Projects
Releases
Wiki
Activity
bcfdb6f26e
kylin-os-installer
/
scripts
/
umount.sh
4 lines
67 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
sudo swapoff -a
||
true
sudo umount -l /target
||
true
Reference in New Issue
View Git Blame
Copy Permalink