Skip to content

Commit

Permalink
Remove Contacts and Calenadar (Nextcloud only)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hansson authored Sep 26, 2017
1 parent edd8f99 commit 2f5b809
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions owncloud_install_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,28 +447,8 @@ fi
# Restart Apache2 to enable new config
service apache2 restart

whiptail --title "Which apps/programs do you want to install?" --checklist --separate-output "" 10 40 3 \
"Calendar" " " on \
"Contacts" " " on \
"Webmin" " " on 2>results

while read -r -u 9 choice
do
case "$choice" in
Calendar)
run_app_script calendar
;;
Contacts)
run_app_script contacts
;;
Webmin)
run_app_script webmin
;;
*)
;;
esac
done 9< results
rm -f results
# Install Webmin
run_app_script webmin

# Get needed scripts for first bootup
if [ ! -f "$SCRIPTS"/owncloud-startup-script.sh ]
Expand Down

0 comments on commit 2f5b809

Please sign in to comment.