crew: Fix verbose mode (#4982)

* Add files via upload

* Fix 'I don't understand' in install.sh

* Update crew

* Update const.rb

Co-authored-by: supechicken666 <68530202+supechicken666@users.noreply.github.com>
This commit is contained in:
supechicken
2021-01-25 15:58:23 +08:00
committed by GitHub
parent a8fb5e2b18
commit c4f59b64e2
2 changed files with 29 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
# Defines common constants used in different parts of crew
CREW_VERSION = '1.5.11'
CREW_VERSION = '1.6.0'
ARCH_ACTUAL = `uname -m`.strip
# This helps with virtualized builds on aarch64 machines