install.sh: set executable bit

The initial commit created install.sh with mode 0644, so a fresh clone
(e.g. on tor-ms22) hit 'permission denied: ./install.sh' and needed a
manual chmod +x or 'bash install.sh' workaround before first run.

This is a pure permission change (same content hash); git tracks the
execute bit in the tree, so this fixes it for every future clone.

bin/mempalace-docs and bin/mempalace-session were already 0755 because
they carried over from their original cli_utils commits — install.sh
was new in the split-out commit and missed the +x that the write-path
doesn't apply by default.
This commit is contained in:
Joakim Persson
2026-04-30 07:28:38 +00:00
parent 25972b7499
commit d69e95d422
Regular → Executable
View File