Skip to content

Commit fe8b3a2

Browse files
authored
set 755 permissions (anomalyco#3237)
1 parent 8607935 commit fe8b3a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ download_and_install() {
9696
curl -# -L -o "$filename" "$url"
9797
unzip -q "$filename"
9898
mv opencode "$INSTALL_DIR"
99+
chmod 755 "${INSTALL_DIR}/opencode"
99100
cd .. && rm -rf opencodetmp
100101
}
101102

0 commit comments

Comments
 (0)