Last active
July 6, 2016 02:15
-
-
Save yzf/b6f7b50558fe8f3262248ac366c081b9 to your computer and use it in GitHub Desktop.
无图形界面时,安装PD tools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
umount /media/cdrom | |
mount -o exec /media/cdrom | |
cd /media/cdrom | |
./install | |
shutdown now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment