File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ download() {
200200
201201# install installs the product.
202202install () {
203- tar -zx --exclude=" docs" --exclude=" src" --exclude=" test" -f " $HIGRESS_TMP_FILE " -C " $DESTINATION " --strip-components=1
203+ tar -zx --exclude=" .github " --exclude= " all-in-one " --exclude= " docs" --exclude=" src" --exclude=" test" --exclude= " CODEOWNERS " -f " $HIGRESS_TMP_FILE " -C " $DESTINATION " --strip-components=1
204204 echo -n " $VERSION " > " $DESTINATION /VERSION"
205205 bash " $DESTINATION /bin/configure.sh" ${CONFIG_ARGS[@]}
206206}
@@ -225,7 +225,7 @@ update() {
225225 download
226226 echo " "
227227
228- tar -zx --exclude=" docs" --exclude=" src" --exclude=" test" --exclude=" compose/.env" -f " $HIGRESS_TMP_FILE " -C " $DESTINATION " --strip-components=1
228+ tar -zx --exclude=" .github " --exclude= " all-in-one " --exclude= " docs" --exclude=" src" --exclude=" test" --exclude= " CODEOWNERS " --exclude=" compose/.env" -f " $HIGRESS_TMP_FILE " -C " $DESTINATION " --strip-components=1
229229 tar -zx -f " $HIGRESS_TMP_FILE " -C " $DESTINATION " --transform=' s/env/env_new/g' --strip-components=1 " higress-standalone-${VERSION# v} /compose/.env"
230230 bash " $DESTINATION /bin/update.sh"
231231 echo -n " $VERSION " > " $DESTINATION /VERSION"
You can’t perform that action at this time.
0 commit comments