rikkagcp1 / uc3525

GNU Affero General Public License v3.0
8 stars 56 forks source link

哪吒的agent不能安装了,因为下载地址无效了 #1

Open stephenzwj opened 1 year ago

stephenzwj commented 1 year ago

Configure agent

RUN wget -qO temp.zip $(echo aHR0cHM6Ly9naXRodWIuY29tL25haWJhL25lemhhL3JlbGVhc2VzL2Rvd25sb2FkL3YwLjE0LjEyL25lemhhLWFnZW50X2xpbnV4X2FtZDY0LnppcAo= | base64 --decode) && \ unzip -p temp.zip >> agent && \ rm -f temp.zip && \ chmod +x agent

enriquephl commented 1 month ago

Replace nezha's url with aHR0cHM6Ly9naXRodWIuY29tL25haWJhL25lemhhL3JlbGVhc2VzL2xhdGVzdC9kb3dubG9hZC9kYXNoYm9hcmQtbGludXgtYW1kNjQuemlw may fix this.