From e4264aa298632595edf7ddf0a15eedb6393700bb Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Sun, 26 Jul 2020 14:29:58 +0200 Subject: [PATCH] nextcloud ext re-added for both branches --- repo_functions_ub1804.sh | 20 +++++++++++++++----- repo_functions_ub2004.sh | 15 +++++++++++++-- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/repo_functions_ub1804.sh b/repo_functions_ub1804.sh index a981c9f..195bf64 100644 --- a/repo_functions_ub1804.sh +++ b/repo_functions_ub1804.sh @@ -139,7 +139,7 @@ org.gnome.Geary;flatpak;internet;geary birdtray;apt;internet;birdtray telegram;apt;internet;telegram skypeforlinux;apt;internet;skypeforlinux -nextcloud-client;apt;internet;nextcloud-client +nextcloud-desktop;apt;internet;nextcloud-desktop deluge-gtk;apt;internet;deluge-gtk deluge-torrent;apt;internet;deluge-torrent vivaldi-stable;apt;internet;vivaldi-stable @@ -249,7 +249,6 @@ caja-wallpaper;apt;cajaplugins;caja-wallpaper caja-sendto;apt;cajaplugins;caka-sendto caja-image-converter;apt;cajaplugins;caja-image-converter insync-caja;apt;cajaplugins;insync-caja -nextcloud-client-caja;apt;cajaplugins;nextcloud-client-caja nautilus;apt;nautilus;nautilus file-roller;apt;nautilus;file-roller nautilus-emblems;apt;nautilus;nautilus-emblems @@ -426,7 +425,7 @@ opera-stable;addRepo_Opera insync;addRepo_Insync google-chrome-stable;addRepo_ChromeStable atom;addRepo_Atom -nextcloud-client;addRepo_NextCloud +nextcloud-desktop;addRepo_NextCloud wireshark;addRepo_WireShark darktable;addRepo_DarkTable brackets;addRepo_Brackets @@ -1139,6 +1138,7 @@ nodejslts;nodejslts_PostTrtFct angularcli;angularcli_PostTrtFct dockerio;dockerio_PostTrtFct megasync;megasync_PostTrtFct +nextcloud-desktop;nextcloud_PostTrtFct flatpak;flatpak_PostTrtFct gcc8;gcc8_PostTrtFct ruby-dev;ruby-dev_PostTrtFct @@ -1220,7 +1220,6 @@ function nodejslts_PostTrtFct () { retCode $ret_code } - # # GEM / Ruby Dev # @@ -1255,7 +1254,6 @@ function flatpak_PostTrtFct () { fi } - # # MEGASync # @@ -1268,6 +1266,18 @@ function megasync_PostTrtFct () { fi } +# +# Nextcloud +# +function nextcloud_PostTrtFct () { + if which nautilus >/dev/null; then + installPackage apt nextcloud-client-nautilus + fi + if which caja >/dev/null; then + installPackage apt nextcloud-client-caja + fi +} + # # Docker # diff --git a/repo_functions_ub2004.sh b/repo_functions_ub2004.sh index 452ecb2..8b13758 100644 --- a/repo_functions_ub2004.sh +++ b/repo_functions_ub2004.sh @@ -1018,6 +1018,7 @@ nodejslts;nodejslts_PostTrtFct angularcli;angularcli_PostTrtFct dockerio;dockerio_PostTrtFct megasync;megasync_PostTrtFct +nextcloud-desktop;nextcloud_PostTrtFct flatpak;flatpak_PostTrtFct ruby-dev;ruby-dev_PostTrtFct virtualbox;virtualbox_PostTrtFct @@ -1098,7 +1099,6 @@ function nodejslts_PostTrtFct () { retCode $ret_code } - # # GEM / Ruby Dev # @@ -1123,7 +1123,6 @@ function flatpak_PostTrtFct () { fi } - # # MEGASync # @@ -1136,6 +1135,18 @@ function megasync_PostTrtFct () { fi } +# +# Nextcloud +# +function nextcloud_PostTrtFct () { + if which nautilus >/dev/null; then + installPackage apt nautilus-nextcloud + fi + if which caja >/dev/null; then + installPackage apt caja-nextcloud + fi +} + # # Docker #