File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ This will prompt you with the below options.
9696
9797``` bash
9898Select a Action you want to perform:
99- 1) Install (arm64 )
99+ 1) Install (x86_64 )
100100 2) Start
101101 3) Stop
102102 4) Restart
@@ -344,7 +344,7 @@ Similarly, you can view the logs of other services.
344344
345345There would a time when you might want to backup your data from docker volumes to external storage like S3 or drives.
346346
347- Lets again run the ` ./setup.sh ` command. You will again be prompted with the below options. This time select ` 8 ` to view logs .
347+ Lets again run the ` ./setup.sh ` command. You will again be prompted with the below options. This time select ` 7 ` to Backup the data .
348348
349349``` bash
350350Select a Action you want to perform:
Original file line number Diff line number Diff line change 390390
391391# CPU ARCHITECHTURE BASED SETTINGS
392392CPU_ARCH=$( uname -m)
393- if [[ $CPU_ARCH == " amd64" || $CPU_ARCH == " x86_64" || ( $BRANCH == " master" && ( $CPU_ARCH == " arm64" || $CPU_ARCH == " aarch64" ) ) ]];
393+ if [[ $FORCE_CPU == " amd64 " || $ CPU_ARCH == " amd64" || $CPU_ARCH == " x86_64" || ( $BRANCH == " master" && ( $CPU_ARCH == " arm64" || $CPU_ARCH == " aarch64" ) ) ]];
394394then
395395 USE_GLOBAL_IMAGES=1
396396 DOCKERHUB_USER=makeplane
You can’t perform that action at this time.
0 commit comments