Compare commits

..

1 Commits

Author SHA1 Message Date
Rémi Bédard-Couture e4c1ba215c
Merge d8ce571842 into ef55baf25a 2024-09-02 22:26:32 +00:00
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
source <(curl -s https://raw.githubusercontent.com/remz1337/Proxmox/remz/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-Author: remz1337
@ -67,5 +67,4 @@ start
build_container
description
msg_ok "Completed Successfully!\n"
echo -e "Don't forget to setup reverse proxy. See ${BL}https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-settings-in-nginx-config-ssl-termination${CL}"
msg_ok "Completed Successfully!\n"

View File

@ -41,6 +41,8 @@ motd_ssh
customize
msg_info "Cleaning up"
$STD apt-get -y autoremove
$STD apt-get -y autoclean
$STD apt-get autoremove
$STD apt-get autoclean
msg_ok "Cleaned"
echo -e "Don't forget to setup reverse proxy. See ${BL}https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-settings-in-nginx-config-ssl-termination${CL}"