rc-chuah

neotermfixgpgerroraarch64

Oct 5th, 2020
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. wget http://neoterm.covariant.cn/dists/stable/main/binary-aarch64/gnupg-curl_1.4.21-1_aarch64.deb
  4.  
  5. sleep 5
  6.  
  7. dpkg -i gnupg-curl_1.4.21-1_aarch64.deb
  8.  
  9. sleep 5
  10.  
  11. apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A0A40A816B1689AA
  12.  
  13. sleep 5
  14.  
  15. rm -rf gnupg-curl_1.4.21-1_aarch64.deb
Add Comment
Please, Sign In to add comment