Skip to content

Commit 35ecbc3

Browse files
fix(post): Thank you ttek, your contributions are greatly appreciated
1 parent b500e4b commit 35ecbc3

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

_posts/2024-05-30-proxmox-helper-scripts.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ Proxmox helper scripts is a collection of scripts to help you easily make change
1414
{% include embed/youtube.html id='kcpu4z5eSEU' %}
1515
📺 [Watch Video](https://www.youtube.com/watch?v=kcpu4z5eSEU)
1616

17-
Check out Proxmox VE Helper Scripts on Github: <https://github.com/tteck/Proxmox>
17+
> *Note: [ttek](https://github.com/tteck) who created the scripts initially is no longer able to maintain these scripts due to health issues. We thank [ttek](https://github.com/tteck) for his contributions and wish him the best. He has turned it over the the community and links in this post were updated to reflect the community version*
18+
{: .prompt-info }
19+
20+
Check out Proxmox VE Helper Scripts on Github: <https://github.com/community-scripts/ProxmoxVE>
21+
22+
- This is the new community version of the repo
1823

1924
## Disclosures
2025

@@ -25,18 +30,21 @@ Check out Proxmox VE Helper Scripts on Github: <https://github.com/tteck/Proxmox
2530
> *Note: Be sure to always inspect any script before executing it, whether local or from the internet!*
2631
{: .prompt-warning }
2732

28-
You can find the website here: <https://helper-scripts.com/scripts>
33+
You can find the website here: <https://community-scripts.github.io/Proxmox/scripts>
34+
35+
- This is the new community version of the site
2936

3037
If you want to execute scripts from a commit SHA (somewhat immutable), you can execute the script like so (commit SHA of the date this video was released):
3138

32-
- Visit the link with a commit hash <https://github.com/tteck/Proxmox/tree/e842d2ec3d8f358eed443be2ecbecb2f3b4137d0>
39+
- Visit the link with a commit hash <https://github.com/community-scripts/ProxmoxVE/blob/a4a1821822f0f00fde56bc9b1ebe7204f5e01c08>
40+
- This is the new community version of the repo
3341
- Find your script (`homeassistant-core-install.sh`) choose the RAW option
34-
- This will create a link like <https://raw.githubusercontent.com/tteck/Proxmox/e842d2ec3d8f358eed443be2ecbecb2f3b4137d0/install/homeassistant-core-install.sh>
42+
- This will create a link like <https://raw.githubusercontent.com/community-scripts/ProxmoxVE/a4a1821822f0f00fde56bc9b1ebe7204f5e01c08/install/homeassistant-core-install.sh>
3543

3644
You can now use this hash to execute this script. This will ensure that you can run this repeatable (and not always latest)
3745

3846
```bash
39-
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/e842d2ec3d8f358eed443be2ecbecb2f3b4137d0/install/homeassistant-core-install.sh)"
47+
bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/a4a1821822f0f00fde56bc9b1ebe7204f5e01c08/install/homeassistant-core-install.sh)"
4048
```
4149

4250
You can reuse this commit SHA for all other scripts (just replace the path)

0 commit comments

Comments
 (0)