复制代码 代码如下: #!/bin/bash SUCCESS=0 function checkInst() { #apt-get -y --force-yes install for item in $1 do echo \"insta...