summaryrefslogtreecommitdiffhomepage
path: root/install
diff options
context:
space:
mode:
authormgrachten <[email protected]>2025-10-17 17:42:42 +0200
committerGitHub <[email protected]>2025-10-17 10:42:42 -0500
commitfe8b3a25155c0aaad20b506d0ba6fc6b8f2d0e5b (patch)
treeb73ecab779aa321e266b54765416037a337a107a /install
parent86079353ef403150f68bfba9b05a3fbf66b2a7ab (diff)
downloadopencode-fe8b3a25155c0aaad20b506d0ba6fc6b8f2d0e5b.tar.gz
opencode-fe8b3a25155c0aaad20b506d0ba6fc6b8f2d0e5b.zip
set 755 permissions (#3237)
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index 002f91a73..ed3171c62 100755
--- a/install
+++ b/install
@@ -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
}