1 、添加 Jenkins PPA
1) wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add 2) sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list' 2、安装Jenkinsa) sudo apt-get updateb) sudo apt-get install jenkins
subprocess installed post-installation script returned error exit status 1
Processing triggers for systemd (229-4ubuntu21.21) …
Processing triggers for ureadahead (0.100.0-19) …
Errors were encountered while processing:
解决方法:
sudo apt-get -f install
来源:博客园
作者:小毛熊
链接:https://www.cnblogs.com/qingfengxuxu/p/11610594.html