Commit de5f982a authored by w4t's avatar w4t

wtserver 0.32

parent b50ac3e8
......@@ -79,7 +79,7 @@ InstallNextcloud() {
# If there is no directory or no previous version, install the base version immediately
if [ ! -d $CLOUD_DIR ]; then
# If there is no directory at all, install the base version
echo -n -e "$IDENTATION_LVL_1 No existing installation found, installing Nextcloud $nextcloud_ver... "
echo -e "$IDENTATION_LVL_1 No existing installation found, installing Nextcloud $nextcloud_ver..."
InstallNextcloudVer $nextcloud_ver $nextcloud_hash
# If there is a directory but not the expected version, we will perform a version update
elif [[ ! ${CURRENT_NEXTCLOUD_VER} =~ ^$nextcloud_ver ]]; then
......@@ -456,13 +456,12 @@ InstallNextcloudVer() {
rm -rf $CLOUD_DIR/core/skeleton/*
echo -e "[${green}DONE${NC}]"
echo -n -e "$IDENTATION_LVL_1 Installing Nextcloud Apps"
echo -e "$IDENTATION_LVL_1 Installing Nextcloud Apps..."
# Create the apps directory if it doesn't exist
mkdir -p $CLOUD_DIR/apps
# Install additional Nextcloud apps
InstallNextcloudApps
echo -e "[${green}DONE${NC}]"
# Fix directory permissions
chmod 750 $CLOUD_DIR/{apps,config}
......@@ -672,29 +671,39 @@ EOF
InstallNextcloudApps() {
# Admin
# https://apps.nextcloud.com/apps/onlyoffice
#wget_verify https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v9.6.0/onlyoffice.tar.gz fce197299377535b64097e86458cd9b2a8f98cf0 /tmp/onlyoffice.tgz
#tar xf /tmp/onlyoffice.tgz -C $CLOUD_DIR/apps/
#rm /tmp/onlyoffice.tgz
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/onlyoffice "
wget_verify https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v9.7.0/onlyoffice.tar.gz 83725d4fe731cd2d42560f9ce09da2a3b0ad5505 /tmp/onlyoffice.tgz
tar xf /tmp/onlyoffice.tgz -C $CLOUD_DIR/apps/
rm /tmp/onlyoffice.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/richdocuments
wget_verify https://github.com/nextcloud-releases/richdocuments/releases/download/v8.6.1/richdocuments-v8.6.1.tar.gz c5db28abb1481f74fd7e80539d322f81a3327dcb /tmp/richdocuments.tgz
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/richdocuments "
wget_verify https://github.com/nextcloud-releases/richdocuments/releases/download/v8.6.2/richdocuments-v8.6.2.tar.gz e2549175801ef7a71270e3a522b7cbf8dc5492f7 /tmp/richdocuments.tgz
tar xf /tmp/richdocuments.tgz -C $CLOUD_DIR/apps/
rm /tmp/richdocuments.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/drop_account
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/drop_account "
wget_verify https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.7.1.tar.gz b14b9011f85ba25ce13ff4cedd1e50e96bcffdec /tmp/drop_account.tgz
tar xf /tmp/drop_account.tgz -C $CLOUD_DIR/apps/
rm /tmp/drop_account.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/files_accesscontrol
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/files_accesscontrol "
wget_verify https://github.com/nextcloud-releases/files_accesscontrol/releases/download/v2.0.0/files_accesscontrol-v2.0.0.tar.gz 5b8a2c489cb36bed2cd490c1517506612cdfb804 /tmp/files_accesscontrol.tgz
tar xf /tmp/files_accesscontrol.tgz -C $CLOUD_DIR/apps/
rm /tmp/files_accesscontrol.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/files_antivirus
wget_verify https://github.com/nextcloud-releases/files_antivirus/releases/download/v6.0.0-beta.1/files_antivirus-v6.0.0-beta.1.tar.gz dc44dc2d9459050cd3a10464830f62b25772c9e1 /tmp/files_antivirus.tgz
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/files_antivirus "
wget_verify https://github.com/nextcloud-releases/files_antivirus/releases/download/v6.0.0/files_antivirus-v6.0.0.tar.gz 6ca9c96c9dbc944d9d6e28469d8c75dade04e21f /tmp/files_antivirus.tgz
tar xf /tmp/files_antivirus.tgz -C $CLOUD_DIR/apps/
rm /tmp/files_antivirus.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/ransomware_protection
#wget_verify https://github.com/nextcloud/ransomware_protection/releases/download/v1.5.1/ransomware_protection-1.5.1.tar.gz 77d05b65a049dfbf29a3a4c7fa70903ef10fdb6e /tmp/ransomware_protection.tgz
......@@ -704,29 +713,39 @@ InstallNextcloudApps() {
# Admin apps
# https://apps.nextcloud.com/apps/sociallogin
# 'social_login_auto_redirect' => true setting in config.php
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/sociallogin "
wget_verify https://github.com/zorn-v/nextcloud-social-login/releases/download/v5.9.2/release.tar.gz 6d44480bd798e40489c5fea716a1f214c803bf79 /tmp/sociallogin.tgz
tar xf /tmp/sociallogin.tgz -C $CLOUD_DIR/apps/
rm /tmp/sociallogin.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/external
wget_verify https://github.com/nextcloud-releases/external/releases/download/v6.0.1/external-v6.0.1.tar.gz d8b5ec2c9911ebf4b8a5a6cb53b1f54336c0a4ec /tmp/external.tgz
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/external "
wget_verify https://github.com/nextcloud-releases/external/releases/download/v6.0.1/external-v6.0.1.tar.gz 1b679510932b91d3a3ec5af07fd301e5e1b90e04 /tmp/external.tgz
tar xf /tmp/external.tgz -C $CLOUD_DIR/apps/
rm /tmp/external.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/sharepoint
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/sharepoint "
wget_verify https://github.com/nextcloud-releases/sharepoint/releases/download/v1.19.0/sharepoint-v1.19.0.tar.gz 108cbeb8a018631d1723a9a2e46411feeb42f60d /tmp/sharepoint.tgz
tar xf /tmp/sharepoint.tgz -C $CLOUD_DIR/apps/
rm /tmp/sharepoint.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/announcementcenter
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/announcementcenter "
wget_verify https://github.com/nextcloud-releases/announcementcenter/releases/download/v7.1.0/announcementcenter-v7.1.0.tar.gz acd361da895a91d3cf71fe3569287dc2e90e0842 /tmp/announcementcenter.tgz
tar xf /tmp/announcementcenter.tgz -C $CLOUD_DIR/apps/
rm /tmp/announcementcenter.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/impersonate
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/impersonate "
wget_verify https://github.com/nextcloud-releases/impersonate/releases/download/v2.0.0/impersonate-v2.0.0.tar.gz a67366f5de79be2dc6f71ee0ce5cf027555e90f9 /tmp/impersonate.tgz
tar xf /tmp/impersonate.tgz -C $CLOUD_DIR/apps/
rm /tmp/impersonate.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/ocdownloader
#wget_verify https://github.com/e-alfred/ocdownloader/releases/download/1.6.0-Alpha2/ocdownloader_1.6.0alpha2 59625f5ec936ab1c26744f222718124848944d9d /tmp/ocdownloader.tgz
......@@ -734,39 +753,53 @@ InstallNextcloudApps() {
#rm /tmp/ocdownloader.tgz
# https://apps.nextcloud.com/apps/files_retention
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/files_retention "
wget_verify https://github.com/nextcloud-releases/files_retention/releases/download/v2.0.0/files_retention-v2.0.0.tar.gz 8a99fbd808d9e561230ec706981f68a1f9649597 /tmp/files_retention.tgz
tar xf /tmp/files_retention.tgz -C $CLOUD_DIR/apps/
rm /tmp/files_retention.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/files_automatedtagging
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/files_automatedtagging "
wget_verify https://github.com/nextcloud-releases/files_automatedtagging/releases/download/v2.0.0/files_automatedtagging-v2.0.0.tar.gz a532f0d6f81770029027fb6372fd8c30bb0eb064 /tmp/files_automatedtagging.tgz
tar xf /tmp/files_automatedtagging.tgz -C $CLOUD_DIR/apps/
rm /tmp/files_automatedtagging.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/groupfolders
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/groupfolders "
wget_verify https://github.com/nextcloud-releases/groupfolders/releases/download/v19.0.3/groupfolders-v19.0.3.tar.gz 08ac7404b17886589fe258e29d55a4213804aef1 /tmp/groupfolders.tgz
tar xf /tmp/groupfolders.tgz -C $CLOUD_DIR/apps/
rm /tmp/groupfolders.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/checksum
wget_verify https://github.com/westberliner/checksum/releases/download/v1.2.5/checksum.tar.gz 808f28d315f1aa30543090dceeded22f8b951fa1 /tmp/checksum.tgz
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/checksum "
wget_verify https://github.com/westberliner/checksum/releases/download/v1.2.6/checksum.tar.gz b1b17d5f306117b1975e486b9df1172a2f816adb /tmp/checksum.tgz
tar xf /tmp/checksum.tgz -C $CLOUD_DIR/apps/
rm /tmp/checksum.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/fulltextsearch
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/fulltextsearch "
wget_verify https://github.com/nextcloud-releases/fulltextsearch/releases/download/31.0.0/fulltextsearch-31.0.0.tar.gz 0858ae675775c642efb8874b074f1158a7d239a3 /tmp/fulltextsearch.tgz
tar xf /tmp/fulltextsearch.tgz -C $CLOUD_DIR/apps/
rm /tmp/fulltextsearch.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/quota_warning
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/quota_warning "
wget_verify https://github.com/nextcloud-releases/quota_warning/releases/download/v1.21.0/quota_warning-v1.21.0.tar.gz a973fc59753dd124e9dd7ab763863650e90873ca /tmp/quota_warning.tgz
tar xf /tmp/quota_warning.tgz -C $CLOUD_DIR/apps/
rm /tmp/quota_warning.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/user_usage_report
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/user_usage_report "
wget_verify https://github.com/nextcloud-releases/user_usage_report/releases/download/v2.0.0/user_usage_report-v2.0.0.tar.gz 1437f10a2d6cd8da7650054896e0ce57ab566cfb /tmp/user_usage_report.tgz
tar xf /tmp/user_usage_report.tgz -C $CLOUD_DIR/apps/
rm /tmp/user_usage_report.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/unsplash
#wget_verify https://github.com/jancborchardt/unsplash/releases/download/v1.1.3/unsplash-1.1.3.tar.gz e4f8c62067cbf657fbff80f744b9991e55448520 /tmp/unsplash.tgz
......@@ -779,112 +812,154 @@ InstallNextcloudApps() {
#rm /tmp/twofactor_admin.tgz
# https://apps.nextcloud.com/apps/contacts
wget_verify https://github.com/nextcloud-releases/contacts/releases/download/v7.0.1/contacts-v7.0.1.tar.gz 9e4ae15e80e6df6444f62491eecf73ae63b12ab1 /tmp/contacts.tgz
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/contacts "
wget_verify https://github.com/nextcloud-releases/contacts/releases/download/v7.0.3/contacts-v7.0.3.tar.gz a2e96ec2f09fcf613782c9354bbc3792af92e56f /tmp/contacts.tgz
tar xf /tmp/contacts.tgz -C $CLOUD_DIR/apps/
rm /tmp/contacts.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/calendar
wget_verify https://github.com/nextcloud-releases/calendar/releases/download/v5.1.2/calendar-v5.1.2.tar.gz 4f5c310ebd1f65c66a4a5d9e70ea4701698d79ea /tmp/calendar.tgz
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/calendar "
wget_verify https://github.com/nextcloud-releases/calendar/releases/download/v5.1.3/calendar-v5.1.3.tar.gz da39a3ee5e6b4b0d3255bfef95601890afd80709 /tmp/calendar.tgz
tar xf /tmp/calendar.tgz -C $CLOUD_DIR/apps/
rm /tmp/calendar.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/event_update_notification
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/event_update_notification "
wget_verify https://github.com/nextcloud-releases/event_update_notification/releases/download/v2.6.1/event_update_notification-v2.6.1.tar.gz e1360a65c28df9670cf963830a9e836c8fb5016b /tmp/event_update_notification.tgz
tar xf /tmp/event_update_notification.tgz -C $CLOUD_DIR/apps/
rm /tmp/event_update_notification.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/notes
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/notes "
wget_verify https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz 7f8f42387e05c9a2ecfc4c490861ebebcbaec264 /tmp/notes.tgz
tar xf /tmp/notes.tgz -C $CLOUD_DIR/apps/
rm /tmp/notes.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/tasks
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/tasks "
wget_verify https://github.com/nextcloud/tasks/releases/download/v0.16.1/tasks.tar.gz 69069c4bf0de8faf61a3d7b758d087e87cbeba27 /tmp/tasks.tgz
tar xf /tmp/tasks.tgz -C $CLOUD_DIR/apps/
rm /tmp/tasks.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/deck
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/deck "
wget_verify https://github.com/nextcloud-releases/deck/releases/download/v1.15.0/deck-v1.15.0.tar.gz 92b15aa14f157045455d47dad2a3993141500f4e /tmp/deck.tgz
tar xf /tmp/deck.tgz -C $CLOUD_DIR/apps/
rm /tmp/deck.tgz
echo -e "[${green}DONE${NC}]"
# GPS apps
# https://apps.nextcloud.com/apps/phonetrack
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/phonetrack "
wget_verify https://github.com/julien-nc/phonetrack/releases/download/v0.8.2/phonetrack-0.8.2.tar.gz 4f088acd122249e24cae05abdebcf0e3c72bdd9d /tmp/phonetrack.tgz
tar xf /tmp/phonetrack.tgz -C $CLOUD_DIR/apps/
rm /tmp/phonetrack.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/gpxpod
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/gpxpod "
wget_verify https://github.com/julien-nc/gpxpod/releases/download/v7.0.4/gpxpod-7.0.4.tar.gz 09d1bceab95bfb088ee28c61b82601e551e40a48 /tmp/gpxpod.tgz
tar xf /tmp/gpxpod.tgz -C $CLOUD_DIR/apps/
rm /tmp/gpxpod.tgz
echo -e "[${green}DONE${NC}]"
# Password apps
# https://apps.nextcloud.com/apps/passman
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/passman "
wget_verify https://releases.passman.cc/passman_2.4.11.tar.gz f7e55bc38958702007b655a95898f617c1c0eab6 /tmp/passman.tgz
tar xf /tmp/passman.tgz -C $CLOUD_DIR/apps/
rm /tmp/passman.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/keeweb
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/keeweb "
wget_verify https://github.com/jhass/nextcloud-keeweb/releases/download/v0.6.20/keeweb-0.6.20.tar.gz 7980ab730d262e54e8e61ea3cfcd4ebde3846862 /tmp/keeweb.tgz
tar xf /tmp/keeweb.tgz -C $CLOUD_DIR/apps/
rm /tmp/keeweb.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/passwords
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/passwords "
wget_verify https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2025.2.0/passwords.tar.gz 244c9efb6bf55fb922d06a448da5c9a20b43cd89 /tmp/passwords.tgz
tar xf /tmp/keeweb.tgz -C $CLOUD_DIR/apps/
rm /tmp/passwords.tgz
echo -e "[${green}DONE${NC}]"
# Social sharing apps
# https://apps.nextcloud.com/apps/socialsharing_email
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/socialsharing_email "
wget_verify https://github.com/nextcloud-releases/socialsharing/releases/download/v3.3.0/socialsharing_email-v3.3.0.tar.gz b00832ac733662cf3883648406fa73da464ada4d /tmp/socialsharing_email.tgz
tar xf /tmp/socialsharing_email.tgz -C $CLOUD_DIR/apps/
rm /tmp/socialsharing_email.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/socialsharing_facebook
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/socialsharing_facebook "
wget_verify https://github.com/nextcloud-releases/socialsharing/releases/download/v3.3.0/socialsharing_facebook-v3.3.0.tar.gz dae509b53edb9e1a58a61b090b21e5deada5891c /tmp/socialsharing_facebook.tgz
tar xf /tmp/socialsharing_facebook.tgz -C $CLOUD_DIR/apps/
rm /tmp/socialsharing_facebook.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/socialsharing_twitter
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/socialsharing_twitter "
wget_verify https://github.com/nextcloud-releases/socialsharing/releases/download/v3.3.0/socialsharing_twitter-v3.3.0.tar.gz 0f357ab59e9148df28d9a12d0626818873c2575c /tmp/socialsharing_twitter.tgz
tar xf /tmp/socialsharing_twitter.tgz -C $CLOUD_DIR/apps/
rm /tmp/socialsharing_twitter.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/socialsharing_diaspora
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/socialsharing_diaspora "
wget_verify https://github.com/nextcloud-releases/socialsharing/releases/download/v3.3.0/socialsharing_diaspora-v3.3.0.tar.gz cb366d346681daf95bd94dd105a4fab3bb601e9b /tmp/socialsharing_googleplus.tgz
tar xf /tmp/socialsharing_googleplus.tgz -C $CLOUD_DIR/apps/
rm /tmp/socialsharing_googleplus.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/socialsharing_bluesky
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/socialsharing_bluesky "
wget_verify https://github.com/nextcloud-releases/socialsharing/releases/download/v3.3.0/socialsharing_bluesky-v3.3.0.tar.gz b4037e8cb26e658e3351a6d97310edc2120965b2 /tmp/socialsharing_bluesky.tgz
tar xf /tmp/socialsharing_bluesky.tgz -C $CLOUD_DIR/apps/
rm /tmp/socialsharing_bluesky.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/socialsharing_telegram
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/socialsharing_telegram "
wget_verify https://github.com/nextcloud-releases/socialsharing/releases/download/v3.3.0/socialsharing_telegram-v3.3.0.tar.gz b4ec7393cb98943fbffc1c57d834cff72c9afd8f /tmp/socialsharing_telegram.tgz
tar xf /tmp/socialsharing_telegram.tgz -C $CLOUD_DIR/apps/
rm /tmp/socialsharing_telegram.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/socialsharing_whatsapp
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/socialsharing_whatsapp "
wget_verify https://github.com/nextcloud-releases/socialsharing/releases/download/v3.3.0/socialsharing_whatsapp-v3.3.0.tar.gz b5e922c76dd9409ca8954b2855c22f3775b28d35 /tmp/socialsharing_whatsapp.tgz
tar xf /tmp/socialsharing_whatsapp.tgz -C $CLOUD_DIR/apps/
rm /tmp/socialsharing_whatsapp.tgz
echo -e "[${green}DONE${NC}]"
# Bookmarks, Mail apps
# https://apps.nextcloud.com/apps/bookmarks
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/bookmarks "
wget_spec_verify https://github.com/nextcloud/bookmarks/releases/download/v15.1.0/bookmarks-15.1.0.tar.gz 776e0c9a9679762d481428dc1a8928b9b7b3510c /tmp/bookmarks.tgz
tar xf /tmp/bookmarks.tgz -C $CLOUD_DIR/apps/
rm /tmp/bookmarks.tgz
echo -e "[${green}DONE${NC}]"
# https://apps.nextcloud.com/apps/mail
wget_verify https://github.com/nextcloud-releases/mail/releases/download/v4.2.2/mail-stable4.2.tar.gz 2f93388a1d4d367316326fa5bdb7bb0e086e2c80 /tmp/mail.tgz
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/mail "
wget_verify https://github.com/nextcloud-releases/mail/releases/download/v4.2.4/mail-stable4.2.tar.gz a0e6d8dbaaceb946c15078ba7f211b9ea1c1148c /tmp/mail.tgz
tar xf /tmp/mail.tgz -C $CLOUD_DIR/apps/
rm /tmp/mail.tgz
echo -e "[${green}DONE${NC}]"
# Video call
# https://apps.nextcloud.com/apps/spreed
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/spreed "
wget_verify https://github.com/nextcloud-releases/spreed/releases/download/v21.0.0/spreed-v21.0.0.tar.gz 51ef52d47b9bee281a63f12aa755f97a2c650f12 /tmp/spreed.tgz
tar xf /tmp/spreed.tgz -C $CLOUD_DIR/apps/
rm /tmp/spreed.tgz
echo -e "[${green}DONE${NC}]"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment