Skip to content

Instantly share code, notes, and snippets.

@deathnmind
Created August 30, 2022 22:43
Show Gist options
  • Save deathnmind/d30d9ec49e22756328f8ce366576918b to your computer and use it in GitHub Desktop.
Save deathnmind/d30d9ec49e22756328f8ce366576918b to your computer and use it in GitHub Desktop.
install and use nala - alternative to APT.
#! /bin/bash
# Source: https://gitlab.com/volian/nala/-/wikis/Installation
# more info: https://trendoceans.com/nala-package-manager/
####
echo "deb https://deb.volian.org/volian/ scar main" | sudo tee /etc/apt/sources.list.d/volian-archive-scar-unstable.list
wget -qO - https://deb.volian.org/volian/scar.key | sudo tee /etc/apt/trusted.gpg.d/volian-archive-scar-unstable.gpg > /dev/null
echo "deb-src https://deb.volian.org/volian/ scar main" | sudo tee -a /etc/apt/sources.list.d/volian-archive-scar-unstable.list
sudo apt update && sudo apt install nala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment