We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28fb18 commit fc1b5bfCopy full SHA for fc1b5bf
debian/prebuild.sh
@@ -2,4 +2,4 @@
2
3
set -e -o pipefail
4
5
-curl -LsSf https://www.tarantool.io/release/2.11/installer.sh | sudo bash
+curl -LsSf https://www.tarantool.io/release/2/installer.sh | sudo bash
rpm/prebuild.sh
@@ -17,6 +17,6 @@ if [[ "$os" == "almalinux" && "$dist" == 9* ]]; then
17
sudo sh -c "echo 8 > /etc/centos-release"
18
curl -LsSf https://tarantool.io/release/3/installer.sh | sudo bash
19
else
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
+ # We need to execute the 2 script due to it works for other platforms.
+ curl -LsSf https://tarantool.io/release/2/installer.sh | sudo bash
22
fi
0 commit comments