Remove BOM from shebang lines in ct scripts (#8833)

This commit is contained in:
CanbiZ
2025-11-02 23:49:54 -08:00
committed by GitHub
parent 5ac3ab61f7
commit d427619745
204 changed files with 204 additions and 204 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env bash
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2025 community-scripts ORG
# Author: MickLesk (CanbiZ)