Skip to content

Commit fc1b5bf

Browse files
remove minor verstion from installer links
1 parent a28fb18 commit fc1b5bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

debian/prebuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
set -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

rpm/prebuild.sh

+2-2
Original file line numberDiff line numberDiff 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
1919
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
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
2222
fi

0 commit comments

Comments
 (0)