There was an error while loading. Please reload this page.
1 parent 54778c8 commit c796122Copy full SHA for c796122
1 file changed
setup.sh
@@ -95,11 +95,11 @@ if [ "$?" != 0 ]; then
95
printf "$RED{FAILED]$NC\n"
96
exit 1
97
else
98
- printf "$RED{OK]$NC\n"
+ printf "$RED[OK]$NC\n"
99
source .venv/bin/activate
100
fi
101
102
-printf "HTTPS_PROXY=${https_proxy}\"
+printf "HTTPS_PROXY=${https_proxy}\n"
103
printf "HTTP_PROXY=${http_proxy}\n"
104
105
# Install FlagGems
@@ -116,7 +116,7 @@ if [ "$?" != 0 ]; then
116
printf "$RED[FAILED]$NC\n"
117
118
119
- printf "$GREE[OK]$NC\n"
+ printf "$GREEN[OK]$NC\n"
120
121
122
# export USE_TRITON=0
0 commit comments