mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 07:28:01 -05:00
Fix installer: Install crew_profile_base and source ~/.bashrc before installing core. (#10404)
* Fix installer: Install crew_profile_base and source ~/.bashrc before installing core. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add explanation for change to install.sh. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix lint error. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d318c9ad37
commit
37fbe7ee85
@@ -338,6 +338,13 @@ BOOTSTRAP_GEMS='activesupport concurrent-ruby highline'
|
|||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
install_ruby_gem ${BOOTSTRAP_GEMS}
|
install_ruby_gem ${BOOTSTRAP_GEMS}
|
||||||
|
|
||||||
|
# This is needed for SSL env variables to be populated so ruby doesn't
|
||||||
|
# complain about missing certs, resulting in failed https connections.
|
||||||
|
echo_info "Installing crew_profile_base...\n"
|
||||||
|
yes | crew install crew_profile_base
|
||||||
|
# shellcheck disable=SC1090
|
||||||
|
source ~/.bashrc
|
||||||
|
|
||||||
echo_info "Installing core Chromebrew packages...\n"
|
echo_info "Installing core Chromebrew packages...\n"
|
||||||
yes | crew install core
|
yes | crew install core
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user