discord fix
This commit is contained in:
parent
a111076ca5
commit
9688ed99e1
1 changed files with 4 additions and 2 deletions
|
@ -89,11 +89,13 @@ sudo apt update && sudo apt install signal-desktop -y
|
||||||
|
|
||||||
# now let's do discord
|
# now let's do discord
|
||||||
|
|
||||||
install_from_url "https://stable.dl2.discordapp.net/apps/linux/0.0.87/discord-0.0.87.deb" "sudo apt install ./discord-0.0.87.deb -y"
|
wget 'https://discord.com/api/download?platform=linux&format=deb' -O discord.deb
|
||||||
|
sudo apt install ./discord.deb -y
|
||||||
|
|
||||||
# now let's do telegram
|
# now let's do telegram
|
||||||
|
|
||||||
install_from_url "https://td.telegram.org/tlinux/tsetup.5.11.1.tar.xz" "sudo tar -xvf tsetup.5.11.1.tar.xz"
|
wget https://td.telegram.org/tlinux/tsetup.5.11.1.tar.xz -O tsetup.5.11.1.tar.xz
|
||||||
|
tar -xvf tsetup.5.11.1.tar.xz
|
||||||
|
|
||||||
# Now lets do kopia
|
# Now lets do kopia
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue