您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

12 行
252 B

  1. #!/bin/sh
  2. vMaj=`cut -d. -f1 VERSION`
  3. vMin=`cut -d. -f2 VERSION`
  4. DEBVERSION=$vMaj.$vMin
  5. sudo apt -y remove wiringpi
  6. ./build clean
  7. ./build debian
  8. mv debian-template/wiringpi_${DEBVERSION}_armhf.deb .
  9. sudo apt install ./wiringpi_${DEBVERSION}_armhf.deb