summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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
}