Skip to content

Missing Gooby folder

deedeefink edited this page Dec 3, 2018 · 2 revisions

If you suddenly cannot open Gooby and your nix report that the file/command is missing, it might be because the Gooby folder (/opt/Gooby) was removed. To re-install Gooby folder, follow these simple steps:

  • sudo rm -r /opt/Gooby (Should return an error as the folder does not exist)
  • sudo git clone -b master https://github.com/TechPerplexed/Gooby /opt/Gooby
  • sudo chmod +x -R /opt/Gooby/install
  • sudo chmod +x -R /opt/Gooby/menus
  • sudo chmod +x -R /opt/Gooby/scripts/cron
  • sudo rsync -a /opt/Gooby/install/gooby /bin
  • sudo chmod 755 /bin/gooby

All set, you now have your Gooby folder again :-)