Skip to content

Commit b45100d

Browse files
artembo0x501D
authored andcommitted
deb: install Tarantool repo in prebuild.sh
`Packpack` installs dependencies using default apt repo. To provide the latest version of Tarantool 1.10 (the latest of the lower supported version), `prebuild.sh` script wich installs Tarantool repo was added to debian spec folder.
1 parent 09ac0e6 commit b45100d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

debian/prebuild.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
set -e -o pipefail
4+
5+
curl -LsSf https://www.tarantool.io/release/1.10/installer.sh | sudo bash

0 commit comments

Comments
 (0)