瀏覽代碼

Update audiobookshelf-install.sh

apt-key is deprecated
tteckster 1 年之前
父節點
當前提交
1da852ca43
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      install/audiobookshelf-install.sh

+ 2 - 2
install/audiobookshelf-install.sh

@@ -21,8 +21,8 @@ $STD apt-get install -y mc
 msg_ok "Installed Dependencies"
 msg_ok "Installed Dependencies"
 
 
 msg_info "Installing audiobookshelf"
 msg_info "Installing audiobookshelf"
-$STD apt-key add <(curl -s --compressed "https://advplyr.github.io/audiobookshelf-ppa/KEY.gpg")
-sh -c 'echo "deb https://advplyr.github.io/audiobookshelf-ppa ./" > /etc/apt/sources.list.d/audiobookshelf.list'
+curl -fsSL https://advplyr.github.io/audiobookshelf-ppa/KEY.gpg >/etc/apt/trusted.gpg.d/audiobookshelf-ppa.asc
+echo "deb [signed-by=/etc/apt/trusted.gpg.d/audiobookshelf-ppa.asc] https://advplyr.github.io/audiobookshelf-ppa ./" >/etc/apt/sources.list.d/audiobookshelf.list
 $STD apt-get update
 $STD apt-get update
 $STD apt install audiobookshelf
 $STD apt install audiobookshelf
 msg_ok "Installed audiobookshelf"
 msg_ok "Installed audiobookshelf"