wimpysworld / desktopify

Convert Ubuntu Server for Raspberry Pi into a Desktop
https://www.youtube.com/watch?v=umtZuUJOU38
MIT License
518 stars 90 forks source link

[Error] "Is a directory" #46

Closed dx-0 closed 4 years ago

dx-0 commented 4 years ago

When following the instructions, I get the message "is a directory" after entering sudo ./desktopify --de lubuntu

savioruz commented 4 years ago

sudo ./home/ubuntu/desktopify/desktopify --de lubuntu or try with cd desktopify first then do sudo ./desktopify --de lubuntu

dx-0 commented 4 years ago

Thanks!

bigpod98 commented 4 years ago

to explain what the issue is when you git clone contents of a git repository are dumped into a folder with the name of git repository so in this case desktopify do you as jakues explained first need to go into the desktopify directory to then run the command to launch desktopify

dx-0 commented 4 years ago

Thanks for the explanation.