We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6422fc3 commit 1d0bd19Copy full SHA for 1d0bd19
install.sh
100644
100755
@@ -2,6 +2,19 @@
2
3
set -e
4
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
18
DOWNLOAD_URL='https://legacy-s1.apitable.com/docker-compose.tar.gz'
19
20
mkdir -p apitable
0 commit comments