Compare commits

...

2 Commits

Author SHA1 Message Date
community-scripts-pr-app[bot]
f99fd28fe6 Update CHANGELOG.md (#2944)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-08 16:20:25 +01:00
Emik
70f96e3bfd Fix: Update slug to lowercase in pf2etools.json (#2942) 2025-03-08 16:06:14 +01:00
2 changed files with 9 additions and 1 deletions

View File

@@ -14,6 +14,14 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
All LXC instances created using this repository come pre-installed with Midnight Commander, which is a command-line tool (`mc`) that offers a user-friendly file and directory management interface for the terminal environment.
## 2025-03-08
### 🌐 Website
- #### 🐞 Bug Fixes
- Update slug to lowercase in pf2etools.json [@PhoenixEmik](https://github.com/PhoenixEmik) ([#2942](https://github.com/community-scripts/ProxmoxVE/pull/2942))
## 2025-03-07
### 🚀 Updated Scripts

View File

@@ -1,6 +1,6 @@
{
"name": "Pf2eTools",
"slug": "Pf2eTools",
"slug": "pf2etools",
"categories": [
24
],