set 755 permissions (#3237)

pull/3202/head^2
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
1 changed files with 1 additions and 0 deletions

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
}