So I'm new to the whole Ubuntu thing, and I thought I would try to make my Toshiba Chromebook 2 look like a mac using this tutorial: http://lifehacker.com/5665765/macbuntu-makes-your-linux-desktop-look-like-mac-os-x All went well till I typed in ./install.sh and it said "Permission Denied" does anyone know how to fix this? Or is this just not possible on my Chromebook?
Asked
Active
Viewed 145 times
1 Answers
1
You have to give "execution permission" to the script. Take a look on this https://help.ubuntu.com/community/FilePermissions
the command you need is chmod +x install.sh
migrc
- 416