Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
/ ppa Public archive

💾 Atlas | PPA repository for linux installers

Notifications You must be signed in to change notification settings

atlas-bi/ppa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atlas PPA Repository

Install Atlas tools onto Ubuntu Server.

curl and gnupg2 are prerequisites.

sudo apt update; sudo apt install curl gnupg2

Then, connect to the Atlas PPA Repository

curl -s "https://packages.atlas.bi/scripts/deb.sh" | sudo bash -

Now, you can install Atlas tools.

sudo apt install atlas-hub
sudo apt install atlas-bi

To get updates:

sudo apt update && sudo apt upgrade

Installing Alpha Versions

curl -s --compressed "https://packages.atlas.bi/deb/KEY.gpg" | gpg --dearmor | tee /etc/apt/trusted.gpg.d/atlas.gpg > /dev/null 2>&1
echo "deb [arch=all signed-by=/etc/apt/trusted.gpg.d/atlas.gpg] https://packages.atlas.bi/deb/ ./unstable main" > /etc/apt/sources.list.d/atlas.list
apt update

About

💾 Atlas | PPA repository for linux installers

Topics

Resources

Stars

Watchers

Forks

Languages