Skip to content

Commit

Permalink
deb: install Tarantool repo in prebuild.sh
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
artembo committed Jul 19, 2022
1 parent 28ee321 commit ba3682e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/prebuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

set -e -o pipefail

curl -LsSf https://www.tarantool.io/release/1.10/installer.sh | sudo bash

0 comments on commit ba3682e

Please sign in to comment.