mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-12-14 11:56:03 +00:00
Update gomft-install.sh
Some checks failed
Auto Update .app-files / update-app-files (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Close Discussion on PR Merge / close-discussion (push) Has been cancelled
Frontend CI/CD / build (push) Has been cancelled
Frontend CI/CD / deploy (push) Has been cancelled
Crawl Versions from newreleases.io / crawl-versions (push) Has been cancelled
Build and Publish Docker Image / build (push) Has been cancelled
Create Daily Release / create-daily-release (push) Has been cancelled
Some checks failed
Auto Update .app-files / update-app-files (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Close Discussion on PR Merge / close-discussion (push) Has been cancelled
Frontend CI/CD / build (push) Has been cancelled
Frontend CI/CD / deploy (push) Has been cancelled
Crawl Versions from newreleases.io / crawl-versions (push) Has been cancelled
Build and Publish Docker Image / build (push) Has been cancelled
Create Daily Release / create-daily-release (push) Has been cancelled
This commit is contained in:
@@ -34,7 +34,7 @@ tar -xzf "$temp_file"
|
|||||||
mv GoMFT-"${RELEASE}"/ /opt/gomft
|
mv GoMFT-"${RELEASE}"/ /opt/gomft
|
||||||
cd /opt/gomft
|
cd /opt/gomft
|
||||||
TEMPL_VERSION="$(awk '/github.com\/a-h\/templ/{print $2}' go.mod)"
|
TEMPL_VERSION="$(awk '/github.com\/a-h\/templ/{print $2}' go.mod)"
|
||||||
$STD go install github.com/a-h/templ/cmd/templ@v${TEMPL_VERSION}
|
$STD go install github.com/a-h/templ/cmd/templ@${TEMPL_VERSION}
|
||||||
cp /opt/gomft/components/file_metadata/search/file_metadata_search_content.templ{,.bak}
|
cp /opt/gomft/components/file_metadata/search/file_metadata_search_content.templ{,.bak}
|
||||||
sed -i -e '/<div id="search-results">/a \ @{' \
|
sed -i -e '/<div id="search-results">/a \ @{' \
|
||||||
-e '/^ }$/a \ }' \
|
-e '/^ }$/a \ }' \
|
||||||
|
|||||||
Reference in New Issue
Block a user