lib/csd/application/graphics/base.rb in csd-0.3.5 vs lib/csd/application/graphics/base.rb in csd-0.3.6

- old
+ new

@@ -102,10 +102,10 @@ # def install_radeon Cmd.git_clone 'drivers for ATI radeon', 'git://github.com/csd/ati.git', Path.radeon Cmd.run "chmod +x #{Path.radeon_run}", :announce_pwd => false proprietary_continue - Cmd.run "sh #{Path.radeon_run}", :announce_pwd => false + Cmd.run "sudo #{Path.radeon_run}", :announce_pwd => false end # The method is to check installation environment and initiate installation method of GeForce. # The installation process of GeForce driver need to update users' X configuration, so AI is suppose to # turn off X server before initiating the installation procedure of GeForce driver.