Change tldr to official source

pull/899/head
RPI News 3 years ago committed by GitHub
parent b120f1fbb0
commit 2b15068110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,9 +7,7 @@ function error {
exit 1
}
cd ~/Downloads
wget https://cdn.discordapp.com/attachments/741857430195142668/774969741981777930/tldr
sudo mv tldr /usr/bin/
wget https://github.com/dbrgn/tealdeer/releases/download/v1.4.1/tldr-linux-arm-musleabihf || error "Failed to download tldr!"
sudo mv tldr /usr/bin/ || error "Failed to move binary to /usr/bin/"
sudo chmod +x /usr/bin/tldr
tldr --update

Loading…
Cancel
Save