Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 802b2c2

Browse files
author
Mrinal Wahal
committed
updated get.sh
1 parent dc0abd4 commit 802b2c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

get.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ url=https://github.com/$REPO/releases/download/$version/$targetFile
103103
try curl -L -f -o $targetFile "$url"
104104
try chmod +x $targetFile
105105
try tar -xvf $targetFile
106-
rm ./$targetFile
106+
try rm ./$targetFile
107107

108108
log "${GREEN}Download complete!${NC}"
109109
echo
110-
mv ./cli ${INSTALL_PATH}/nhost
110+
try sudo mv ./cli ${INSTALL_PATH}/nhost
111111
nhost version
112112
echo
113113
log "${BLUE}Use Nhost CLI with: nhost --help${NC}"

0 commit comments

Comments
 (0)