scripts: résolution symlink-safe + README install user-level

This commit is contained in:
2026-09-07 12:16:59 +02:00
parent bc1b09b779
commit 44dcd0192f
3 changed files with 25 additions and 13 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
# git config deploy.push true|false (défaut : false — push désactivé)
set -euo pipefail
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
DIR=$(cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" && pwd)
# shellcheck source=_deploy_lib.sh
. "$DIR/_deploy_lib.sh"