2 Commits

Author SHA1 Message Date
2c91e141fc Update Linux download link 2025-10-14 11:19:26 +02:00
8ee7e4d58b ok 2025-09-02 13:53:28 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -67,4 +67,5 @@ fi
echo "Using base_url: $BASE_URL"
sed "s|base_url = \"BASEURL\"|base_url = \"$BASE_URL\"|" config.templ.toml > config.toml
zola --root $ABS_DIR_OF_SCRIPT build
rsync -avz --delete public/ "$DEPLOY_PATH"
echo "Build completed. Site available in 'public/' directory."
# Deployment removed: rsync -avz --delete public/ "$DEPLOY_PATH"

View File

@@ -55,7 +55,7 @@ extra:
title="Download for Linux",
description="Download the Mycelium binary for Linux directly from its Github repository.",
icon="/images/icons/linux.png",
link="https://github.com/threefoldtech/mycelium/releases/tag/v0.6.1",
link="https://github.com/threefoldtech/mycelium/releases",
link_name="Download Now"
) }}