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

Fix package_helpers.rb url in the install script

parent 41bd8ba9
...@@ -43,7 +43,7 @@ mv cbrew $CBREW_PREFIX/bin ...@@ -43,7 +43,7 @@ mv cbrew $CBREW_PREFIX/bin
#install cbrew library #install cbrew library
cd $CBREW_LIB_PATH cd $CBREW_LIB_PATH
wget https://raw.github.com/skycocker/chromebrew/master/lib/package.rb wget https://raw.github.com/skycocker/chromebrew/master/lib/package.rb
wget https://github.com/skycocker/chromebrew/blob/master/lib/package_helpers.rb wget https://raw.github.com/skycocker/chromebrew/master/lib/package_helpers.rb
#create the device.json file #create the device.json file
cd $CBREW_CONFIG_PATH cd $CBREW_CONFIG_PATH
touch device.json touch device.json
......
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