How to change senhasegura to use the new repository
  • 1 minute to read
  • Dark
    Light
  • PDF

How to change senhasegura to use the new repository

  • Dark
    Light
  • PDF

Article summary

This document provides guidance on updating the senhasegura to use a new repository. This update is necessary to ensure that your system receives future updates.

Important

After changing senhasegura to use the new repository, If you’re using a version prior to 3.33 and wish to update senhasegura to version 3.33 or later, please refer to the article How to update versions prior to 3.33.

Requirements

  • Secure Shell (SSH) client
  • Administrator credentials for the senhasegura server
  • The script "aptfix" file from senhasegura, you can get from the file link
The old repository will be discontinued

Starting from August 19, 2024, all updates will utilize the new senhasegura repository. The old repository will no longer be available after this date.

Path to access

To configure the use of the new repository, first, start an SSH admin session on your senhasegura server.

Steps to Update

  1. Download the file “aptfix”.

    wget https://downloads.senhasegura.io/d/other/aptfix
    
  2. Start an SSH admin session

  3. Transfer the file to the senhasegura server using SSH and administrator credentials.

  4. Execute the script with sudo in any directory, using the following command.

    sudo chmod +x aptfix
    
    sudo ./aptfix
    
  5. Wait for the script to complete.

  6. Once complete, run the commands:

    sudo apt update
    
    sudo apt install orbit-cli
    
  7. To select the Stable versions mirror, run the command:

    sudo orbit repository configure stable
    
  8. Once done, to update the senhasegura solution, follow our documentation that best suits your needs:


Do you still have questions? Reach out to the senhasegura Community.


Was this article helpful?