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 authored and 0x501D committed Jul 26, 2022
1 parent 09ac0e6 commit b45100d
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 b45100d

Please sign in to comment.