discord added by snap
This commit is contained in:
parent
1eacb906ae
commit
96f2941a57
2 changed files with 10 additions and 12 deletions
|
@ -112,22 +112,10 @@ function installInternetMenu () {
|
|||
function installInternetExt () {
|
||||
msg "Installing Internet apps and tools"
|
||||
|
||||
msg "Téléchargement de Skype"
|
||||
installPackageDpkg https://go.skype.com/skypeforlinux-64.deb \
|
||||
skypeforlinux-64.deb
|
||||
|
||||
msg "Téléchargement de Viber"
|
||||
installPackageDpkg http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb \
|
||||
viber.deb
|
||||
|
||||
msg "Téléchargement de MegaSync"
|
||||
installPackageDpkg https://mega.nz/linux/MEGAsync/xUbuntu_16.04/amd64/megasync-xUbuntu_16.04_amd64.deb \
|
||||
megasync-xUbuntu_16.04_amd64.deb
|
||||
|
||||
msg "Installation de Discord"
|
||||
installPackageDpkg https://discordapp.com/api/download?platform=linux&format=deb \
|
||||
discord.deb
|
||||
|
||||
msg "Téléchargement de Telegram Desktop"
|
||||
wget -O tsetup.tar.xz https://tdesktop.com/linux
|
||||
|
||||
|
|
|
@ -104,6 +104,7 @@ owncloud-client;apt;internet;owncloud-client
|
|||
syncthing-gtk;apt;internet;syncthing-gtk
|
||||
syncthing;apt;internet;syncthing
|
||||
insync;apt;internet;insync
|
||||
discord;snap;internet;discord
|
||||
quiterss;apt;internet;quiterss
|
||||
frogr;apt;internet;frogr
|
||||
opera-stable;apt;internet;opera-stable
|
||||
|
@ -444,6 +445,15 @@ brackets;addRepo_Brackets
|
|||
kicad;addRepo_Kicad
|
||||
nodejs8lts;addRepo_NodeLts8"
|
||||
|
||||
#
|
||||
# Skype for Linux
|
||||
#
|
||||
function addRepo_SkypeForLinux () {
|
||||
addKey "https://repo.skype.com/data/SKYPE-GPG-KEY"
|
||||
addRepo "skypeforlinux.list" \
|
||||
"deb [arch=amd64] https://repo.skype.com/deb stable main"
|
||||
}
|
||||
|
||||
#
|
||||
# Node 8 LTS
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue