update_path
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 9s
Tests / test (bash) (push) Failing after 14s
Tests / test (zsh) (push) Failing after 8s
Tests / lint (push) Successful in 7s
Tests / docker (push) Successful in 5s

This commit is contained in:
mike
2025-12-11 17:00:00 +01:00
parent 2a0375b5bb
commit 909d5ad345
2 changed files with 4 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ sudo apt-get install python3-venv
# Then run the installer
curl -sSL https://git.appmodel.nl/tour/finish/raw/branch/main/docs/install.sh | bash
source ~/.bashrc # or ~/.zshrc
# for plato special, add plato.lan to /etc/hosts:
sudo nano /etc/hosts - 192.168.1.74 plato.lan
```
Press **Alt+\\** after typing any command to get intelligent completions—no cloud, no data leak, instant results.

View File

@@ -4,7 +4,7 @@
set -e
ACSH_VERSION="v0.5.2"
ACSH_VERSION="v0.6.0"
BRANCH_OR_VERSION=${1:-main}
REPO_URL="https://git.appmodel.nl/tour/finish/raw/branch"