Simple
1. umount the usb flash disk;
2. copy iso file to the device like follow command
debian@thinkpad:~/$ cp debian-12.10.0-amd64-DVD-1.iso /dev/sd[......]
Simple
1. umount the usb flash disk;
2. copy iso file to the device like follow command
debian@thinkpad:~/$ cp debian-12.10.0-amd64-DVD-1.iso /dev/sd[......]
Pod相关命令
1、初始化
# pod lib create xxxx
2、验证本地spec项目(带三方pod)
# pod lib lint xxxx.spec --use-libraries
3、验证本地和远程(git)项目
# pod spec lint xxxx.sp[......]