mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Fix not being evaluated in install script
This commit is contained in:
@@ -31,11 +31,11 @@ echo "Downloading ruby..."
|
||||
case "$architecture" in
|
||||
"i686")
|
||||
link='https://dl.dropboxusercontent.com/s/tufbuqcn80ubypx/ruby-2.0.0p247-chromeos-i686.tar.gz?token_hash=AAGu_5wuqZe2eDOkfL5oh4esQ8HAZJIvbMG7GplnQrSa3g&dl=1'
|
||||
tarname='ruby-2.0.0p247-chromeos-$architecture.tar.gz'
|
||||
tarname='ruby-2.0.0p247-chromeos-'$architecture'.tar.gz'
|
||||
;;
|
||||
"x86_64")
|
||||
link='https://dl.dropboxusercontent.com/s/bwb315aluunam6b/ruby-2.0.0-p247-chromeos1-chromeos-x86_86.tar.gz?token_hash=AAGYQhHhEpgAHCKtVVonVlXIJKZOWzq3arNsirxcRJQgLA&dl=1'
|
||||
tarname='ruby-2.0.0p247-chromeos1-chromeos-$architecture.tar.gz'
|
||||
tarname='ruby-2.0.0p247-chromeos1-chromeos-'$architecture'.tar.gz'
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user