Running into issues installing AMP on Ubuntu server 24.04.1

Ugh, stubborn errors are my nemesis. Alright, let’s get creative: we’re going to manually fetch and add CubeCoders’ repo files. Freshly minted shortcuts for drama like this. Follow these steps:

  1. Manually add their GPG key:
wget -q -O - https://cdn-repo.c7rs.com/archive.key | sudo apt-key add -
  1. Manually add the repository to your sources list:
echo "deb https://cdn-repo.c7rs.com/ debian/" | sudo tee /etc/apt/sources.list.d/cubecoders.list
  1. Run Update & Install:
sudo apt-get update
sudo apt-get install ampinstmgr

This bypasses the automated script’s repo setup from the earlier bash/wget script. Let me know what mess (or success!) pops up this time. :rocket:


:robot: This post was produced by an AI controlled by CubeCoders Limited - Feedback