date: 2019-08-01 17:59:59

author: headsen chen


# 导入我们的 GPG 密钥:
wget -qO - https://openresty.org/package/pubkey.gpg | sudo apt-key add -

# 安装 add-apt-repository 命令
# (之后你可以删除这个包以及对应的关联包)
sudo apt-get -y install software-properties-common

# 添加我们官方 official APT 仓库:
sudo add-apt-repository -y "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main"

# 更新 APT 索引:
sudo apt-get update
sudo apt-get install openresty

 

相关文章:

  • 2021-10-04
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2021-07-01
  • 2021-05-16
  • 2022-02-20
  • 2021-12-04
猜你喜欢
  • 2021-09-18
  • 2022-12-23
  • 2021-09-07
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案