mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Fix package_helpers.rb url in the install script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user