diff options
| author | mgrachten <[email protected]> | 2025-10-17 17:42:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-17 10:42:42 -0500 |
| commit | fe8b3a25155c0aaad20b506d0ba6fc6b8f2d0e5b (patch) | |
| tree | b73ecab779aa321e266b54765416037a337a107a /install | |
| parent | 86079353ef403150f68bfba9b05a3fbf66b2a7ab (diff) | |
| download | opencode-fe8b3a25155c0aaad20b506d0ba6fc6b8f2d0e5b.tar.gz opencode-fe8b3a25155c0aaad20b506d0ba6fc6b8f2d0e5b.zip | |
set 755 permissions (#3237)
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ download_and_install() { curl -# -L -o "$filename" "$url" unzip -q "$filename" mv opencode "$INSTALL_DIR" + chmod 755 "${INSTALL_DIR}/opencode" cd .. && rm -rf opencodetmp } |
