Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Added sudo command to the ChromeOS laptop modules installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrankyJoe committed Jun 27, 2014
1 parent 17b55fb commit 63f71c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ tar -xvf $modules_archives

echo "Installing ChromeOS laptop modules..."
cd chromeos_laptop/
cp -f chromeos_laptop.ko /lib/modules/3.13.0-30-generic/kernel/drivers/platform/chrome/
cp -f i2c-designware*.ko /lib/modules/3.13.0-30-generic/kernel/drivers/i2c/
sudo cp -f chromeos_laptop.ko /lib/modules/3.13.0-30-generic/kernel/drivers/platform/chrome/
sudo cp -f i2c-designware*.ko /lib/modules/3.13.0-30-generic/kernel/drivers/i2c/

echo "ChromeOS laptop modules installation finished..."
exit 0

0 comments on commit 63f71c0

Please sign in to comment.