Skip to content

Instantly share code, notes, and snippets.

@yzf
Last active July 6, 2016 02:15
Show Gist options
  • Save yzf/b6f7b50558fe8f3262248ac366c081b9 to your computer and use it in GitHub Desktop.
Save yzf/b6f7b50558fe8f3262248ac366c081b9 to your computer and use it in GitHub Desktop.
无图形界面时,安装PD tools
#!/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