From 3ce5c8e5b70cf40e815b4f37e46f76e6e0fab828 Mon Sep 17 00:00:00 2001 From: pika <67532734+pik4li@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:57:50 +0100 Subject: [PATCH] addet raspbian --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index c39b741..2d98704 100644 --- a/.bashrc +++ b/.bashrc @@ -536,7 +536,7 @@ get_packager() { . /etc/os-release case "$ID" in # Debian-based - ubuntu | debian | pop | kali | zorin | rhinoh) + ubuntu | debian | pop | kali | zorin | rhinoh | raspbian) if command_exists nala; then alias search="nala search" alias install="$_sudo nala install --assume-yes"