Commit b23e7dac authored by satmandu's avatar satmandu Committed by GitHub

Automatically pull urls/hashes for install.sh from github package files (#5127)

* test new logic

* change for loop logic

* use the URL variable we have!

* Add postinstall

* Update install.sh

* Don't chown symlinks

* debug environment variables

* remove postinstall stuff

* add armv7l xz logic

* simplification suggestion as per @uberhacker

* partially revert simplification, but add removable of double quotes

* bump version
parent 4e3ca3dd
This diff is collapsed.
# Defines common constants used in different parts of crew
CREW_VERSION = '1.7.4'
CREW_VERSION = '1.7.5'
ARCH_ACTUAL = `uname -m`.strip
# This helps with virtualized builds on aarch64 machines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment