Fix package_helpers.rb url in the install script

This commit is contained in:
Michał Siwek
2013-09-14 18:10:33 +02:00
parent 41bd8ba96e
commit d8cd09639c

View File

@@ -43,7 +43,7 @@ mv cbrew $CBREW_PREFIX/bin
#install cbrew library
cd $CBREW_LIB_PATH
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
cd $CBREW_CONFIG_PATH
touch device.json