RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Can someone please assist me in removing Auto-Amiga Install script from HoraceAndTheSpider?

    Scheduled Pinned Locked Moved Help and Support
    amigascript
    12 Posts 2 Posters 1.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dan18774
      last edited by

      My dumbass followed a over year old ETA Prime video ''Ultimate Amiga For RetroPie Launch WHDLoad Games From ES Menu'' and installed a script that no longer works. Was hoping someone could please help me remove it?

      It's from HoraceAndTheSpider Github and this is the script. https://github.com/HoraceAndTheSpider/RetroPieAmigaSetup

      cd ~/RetroPie/retropiemenu/
      rm "Auto-Amiga Install.sh"
      wget https://raw.githubusercontent.com/HoraceAndTheSpider/RetroPieAmigaSetup/master/Auto-Amiga Install.sh
      chmod +x "Auto-Amiga Install.sh"

      Underneath it says how to uninstall / remove it.

      ( To remove the script, use the following

      rm "~/RetroPie/retropiemenu/Auto-Amiga Install.sh" )

      I tried doing this in putty and kept getting cannot remove '~/RetroPie/retropiemenu/Auto-Amiga Install.sh'': No such file or directory.

      Have no idea what i'm doing searched around and nothing. It wouldn't be a problem if it wasn't in my Retropie settings underneath audio and remind me of my failed Amiga installation attempt haha.

      Thanks for the time.

      Pi 3 Model B +
      Power Supply used: official pi 2.5v
      RetroPie Version Used: 4.4
      Built From: Pre made SD Image on RetroPie website
      USB Devices connected: wifi, keyboard
      Controller used: Logitech F310 gamepad

      1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator
        last edited by

        Linux is case sensitive, so the correct command would be

        rm "~/RetroPie/retropiemenu/Auto-Amiga Install.sh"
        
        D 1 Reply Last reply Reply Quote 1
        • D
          dan18774 @mitu
          last edited by

          @mitu Thanks for the reply. But i just copied what you put above into putty and i'm getting no such file or directory still.

          First time i tried just "~/RetroPie/retropiemenu/Auto-Amiga Install.sh" and got '' -bash: "~/RetroPie/retropiemenu/Auto-Amiga Install.sh" No such file or directory.

          Then tried rm "~/RetroPie/retropiemenu/Auto-Amiga Install.sh" rm: cannot remove "~/RetroPie/retropiemenu/Auto-Amiga Install.sh" No such file or directory.

          mituM 1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @dan18774
            last edited by

            @dan18774 Execute the following command and paste the output (surrounded by ```).

            cd ~/RetroPie/retropiemenu
            ls -l
            
            D 2 Replies Last reply Reply Quote 1
            • D
              dan18774 @mitu
              last edited by

              @mitu Alright sir i did what you said. Auto Amiga install.sh and UAE config Maker.sh were installed yesterday. Didn't even realize UAE config maker was bundled in there.

              Do i put the removal command in again now Mitu?

              thanks again for the reply!

              mituM 1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @dan18774
                last edited by mitu

                @dan18774 Where's the output ? If you see the correct filename you want to remove in the listing, just feed that name to the rm command to get rid of the script.

                D 2 Replies Last reply Reply Quote 1
                • D
                  dan18774 @mitu
                  last edited by

                  @mitu

                  pi@retropie:~ $ cd ~/RetroPie/retropiemenu
                  pi@retropie:~/RetroPie/retropiemenu $ ls -l
                  total 12
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 audiosettings.rp
                  -rwxr-xr-x 1 pi pi 606 Jul 7 00:23 Auto-Amiga Install.sh
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 bluetooth.rp
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 configedit.rp
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 esthemes.rp
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 filemanager.rp
                  drwxr-xr-x 2 pi pi 4096 Apr 14 17:23 icons
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 raspiconfig.rp
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 retroarch.rp
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 retronetplay.rp
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 rpsetup.rp
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 runcommand.rp
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 showip.rp
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 splashscreen.rp
                  -rw-r--r-- 1 pi pi 444 Jul 7 00:26 UAE Config Maker.sh
                  -rw-r--r-- 1 pi pi 0 Jun 29 09:48 wifi.rp
                  pi@retropie:~/RetroPie/retropiemenu $

                  1 Reply Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator
                    last edited by

                    OK, so the correct filename is Auto-Amiga Install.shand to remove it just run

                    cd  ~/RetroPie/retropiemenu
                    rm 'Auto-Amiga Install.sh'
                    
                    D 1 Reply Last reply Reply Quote 1
                    • D
                      dan18774 @mitu
                      last edited by

                      @mitu I have no idea what i'm doing. Just took me 10 mins to find how to retrieve logs from putty haha.

                      So i just tried rm Auto-Amiga Install.sh no go.

                      Big learning lesson though on installing things i have no idea how to remove.

                      1 Reply Last reply Reply Quote 0
                      • D
                        dan18774 @mitu
                        last edited by

                        @mitu THANK YOU! It's gone now.

                        Now to get rid of UAE Config Maker.sh = rm 'UAE Config Maker.sh'?

                        Thanks again for your patience with me Mitu!

                        mituM 1 Reply Last reply Reply Quote 0
                        • mituM
                          mitu Global Moderator @dan18774
                          last edited by

                          @dan18774 said in Can someone please assist me in removing Auto-Amiga Install script from HoraceAndTheSpider?:

                          Now to get rid of UAE Config Maker.sh = rm 'UAE Config Maker.sh'?

                          Yes, that's the one.

                          1 Reply Last reply Reply Quote 1
                          • D
                            dan18774 @mitu
                            last edited by

                            @mitu I don't want to screw anything up that's why i ask really dumb questions man. Yeah that worked, appreciate the lesson Mitu. Thanks again for your time have a great day / weekend.

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post

                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.