Compare commits

...

4 Commits

Author SHA1 Message Date
Rémi Bédard-Couture 3ebb4e2a19
Merge 5b93531fcb into ef55baf25a 2024-09-03 12:55:07 +00:00
Rémi Bédard-Couture 5b93531fcb Move configuration notice to main script 2024-09-03 08:55:02 -04:00
Rémi Bédard-Couture 0eb6e0decc Pass -y argument to apt-get cleanup commands 2024-09-03 08:54:11 -04:00
Rémi Bédard-Couture bf7aa01d76 Point build.func script source to original repo (tteck) 2024-09-03 08:50:45 -04:00
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/remz1337/Proxmox/remz/misc/build.func)
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-Author: remz1337
@ -67,4 +67,5 @@ start
build_container
description
msg_ok "Completed Successfully!\n"
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}"

View File

@ -41,8 +41,6 @@ motd_ssh
customize
msg_info "Cleaning up"
$STD apt-get autoremove
$STD apt-get autoclean
$STD apt-get -y autoremove
$STD apt-get -y 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}"