set 755 permissions (#3237)

This commit is contained in:
mgrachten 2025-10-17 17:42:42 +02:00 committed by GitHub
parent 86079353ef
commit fe8b3a2515
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}