You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: modules/install-couchbase-server/install-couchbase-server
+22-11Lines changed: 22 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ function print_usage {
45
45
echo
46
46
echo"Usage: install-couchbase-server [options]"
47
47
echo
48
-
echo"This script can be used to install Couchbase Server and its dependencies. This script has been tested with Ubuntu 16.04 and Amazon Linux 2."
48
+
echo"This script can be used to install Couchbase Server and its dependencies. This script has been tested with Ubuntu 16.04, 18.04, and Amazon Linux 2."
49
49
echo
50
50
echo"Options:"
51
51
echo
@@ -65,29 +65,40 @@ function install_couchbase_on_ubuntu {
Copy file name to clipboardExpand all lines: modules/install-sync-gateway/install-sync-gateway
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ function print_usage {
48
48
echo
49
49
echo"Usage: install-sync-gateway [options]"
50
50
echo
51
-
echo"This script can be used to install Couchbase Sync Gateway and its dependencies. This script has been tested with Ubuntu 16.04 and Amazon Linux 2."
51
+
echo"This script can be used to install Couchbase Sync Gateway and its dependencies. This script has been tested with Ubuntu 16.04, 18.04, and Amazon Linux 2."
52
52
echo
53
53
echo"Options:"
54
54
echo
@@ -257,12 +257,12 @@ function install {
257
257
258
258
log_info "Starting Sync Gateway install..."
259
259
260
-
if os_is_ubuntu "16.04";then
260
+
if os_is_ubuntu "16.04"|| os_is_ubuntu "18.04";then
0 commit comments