BramSuurdje / proxmox-helper-scripts

Modern front-end for the Proxmox VE Helper Scripts project, built with Next-js, Shadcn, and Pocketbase.
https://proxmoxve-scripts.com/
MIT License
64 stars 11 forks source link

Collabora Online URL is wrong #64

Closed z0rg0n closed 2 months ago

z0rg0n commented 2 months ago

Describe the bug The How to install section for Callabora Online shows an incorrect URL.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://proxmoxve-scripts.com/scripts?id=Collabora+Online.
  2. Scroll down to the section that allows you to copy the URL for this helper script.
  3. Observe that the URL given is bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/collabora.sh).

Expected behavior The URL should be bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/collabora-online.sh)"

BramSuurdje commented 2 months ago

fixed it, thank you!