mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
set 755 permissions (#3237)
This commit is contained in:
parent
86079353ef
commit
fe8b3a2515
1 changed files with 1 additions and 0 deletions
1
install
1
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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue