File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33set -e -o pipefail
44
5- curl -LsSf https://www.tarantool.io/release/2.11 /installer.sh | sudo bash
5+ curl -LsSf https://www.tarantool.io/release/2/installer.sh | sudo bash
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ if [[ "$os" == "almalinux" && "$dist" == 9* ]]; then
1717 sudo sh -c " echo 8 > /etc/centos-release"
1818 curl -LsSf https://tarantool.io/release/3/installer.sh | sudo bash
1919else
20- # We need to execute the 2.11 script due to it works for other platforms.
21- curl -LsSf https://tarantool.io/release/2.11 /installer.sh | sudo bash
20+ # We need to execute the 2 script due to it works for other platforms.
21+ curl -LsSf https://tarantool.io/release/2/installer.sh | sudo bash
2222fi
You can’t perform that action at this time.
0 commit comments