You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
when i ran sudo chmod +x setup.sh && ./setup.sh
i got this ./setup.sh: 5: ./setup.sh: Syntax error: "(" unexpected
then i gave the setup file 755 permission and ran sudo bash setup.sh
i got this sed: -e expression #1, char 56: unterminated s' command
sed: -e expression #1, char 70: unterminated s' command sed: -e expression #1, char 72: unterminated s' command
sed: -e expression #1, char 68: unterminated s' command setup.sh: line 33: docker-compose: command not found
The text was updated successfully, but these errors were encountered:
when i ran
sudo chmod +x setup.sh && ./setup.sh
i got this
./setup.sh: 5: ./setup.sh: Syntax error: "(" unexpected
then i gave the setup file 755 permission and ran
sudo bash setup.sh
i got this
sed: -e expression #1, char 56: unterminated
s' commandsed: -e expression #1, char 70: unterminated
s' command sed: -e expression #1, char 72: unterminated
s' commandsed: -e expression #1, char 68: unterminated
s' command setup.sh: line 33: docker-compose: command not found
The text was updated successfully, but these errors were encountered: