Skip to content

Commit 1d0bd19

Browse files
author
vac (Brendan)
authored
chore: add tips to install script (#1)
1 parent 6422fc3 commit 1d0bd19

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

install.sh

100644100755
+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
set -e
44

5+
notes () {
6+
cat << EOF
7+
======== WARM TIPS ========
8+
Before you submit any github issue, please do the following check:
9+
* make sure the docker daemon is running
10+
* make sure you use docker-compose v2: recommend 2.x.x, got $(docker-compose version --short 2>/dev/null || echo not install)
11+
* check your internet connection if timeout happens
12+
===========================
13+
EOF
14+
}
15+
16+
trap notes ERR
17+
518
DOWNLOAD_URL='https://legacy-s1.apitable.com/docker-compose.tar.gz'
619

720
mkdir -p apitable

0 commit comments

Comments
 (0)