Commit a3241233 authored by Michał Siwek's avatar Michał Siwek

Automatically download installation files

parent 1981a550
...@@ -2,7 +2,11 @@ ...@@ -2,7 +2,11 @@
mkdir chromebrew_install mkdir chromebrew_install
cd chromebrew_install cd chromebrew_install
#download tarballs #download installation files
wget https://raw.github.com/skycocker/chromebrew/master/$(uname -m)_links
wget https://raw.github.com/skycocker/chromebrew/master/lib_files_already_present_in_system_list
#download precompiled core tarballs
for url in $(cat $(uname -m)_links) for url in $(cat $(uname -m)_links)
do do
wget --content-disposition $url wget --content-disposition $url
......
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