首页 > 其他 > 详细

树莓派安装syncthing

时间:2019-03-10 18:28:39      阅读:289      评论:0      收藏:0      [点我收藏+]
# install necessary package first   
sudo apt-get install apt-transport-https ca-certificates
# add release pgp keys
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
# add stable channel to sources
echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
# update & install
sudo apt-get update
sudo apt-get install syncthing

 

树莓派安装syncthing

原文:https://www.cnblogs.com/tiger9637/p/10506235.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!