Unable to update AMP from 2.3.2.4

OS Name/Version:
Ubuntu 22.04.4 LTS

Product Name/Version:
AMP 2.3.2.4 with AMP Instance Manager v1.6.10.0

Problem Description:
I am trying to update AMP to the current version after not using my server for a while.
The update button in the web interface does not work.
I tried updating the instance with ampinstmgr upgradeall which results in the following error:

[Debug] Running command line: "unzip -qq -o "/home/user/.ampdata/instances/AMPCache-2440.zip"" from "/home/user/.ampdata/instances/ARK-Server"
[/home/user/.ampdata/instances/AMPCache-2440.zip]
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of /home/user/.ampdata/instances/AMPCache-2440.zip or
        /home/user/.ampdata/instances/AMPCache-2440.zip.zip, and cannot find /home/user/.ampdata/instances/AMPCache-2440.zip.ZIP, period.
[Error] Download or unpack failed. Please check your network connection and try again.
[Error] Unzip return code was 9
[Info] Upgrade complete.

I can see a file “AMPCache-2440.zip” being downloaded but it’s only 29KB large which seems off?

Updating the intance manager with sudo apt upgrade ampinstmgr results in:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package ampinstmgr

I guess I have to add the correct repository source but I’m not sure how to do this.

Similar threads didn’t help me solve the problem.
Any help would be appreciated :slight_smile:

You can add the repository by running bash <(wget -qO- getamp.sh) addRepo

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.