You are viewing a single comment's thread from:

RE: 中英教程: Easy Compile & install steemd on Ubuntu 16.04 by one command: install-steemd.sh / Steem 一键安装脚本 install-steemd.sh: 在 Ubuntu 16.04 上安装 steem

in #cn8 years ago

第13行的apt-get -y upgrade,按理说应该先update然后再upgrade,除非系统的/etc/apt/apt.conf/里某个文件配置了APT::Periodic::Update-Package-Lists "1";这样的选项。我不太确定是不是Ubuntu的server安装是否一装起来就是这样的,为了保险起见还是再upgrade之前自己update一下更好。

Sort:  

多谢指教。wget 所取的 .sh 文件中内容已经校正,贴中的内容就没法改了。
我在 debian 上亦是先 update 后 upgrade。