added pop to apt package management switch

This commit is contained in:
Brad Ganley 2024-02-06 23:45:29 -06:00
parent 123289a79b
commit 62d571987b

View File

@ -5,7 +5,7 @@ fi
# Application management
case "$ID" in
ubuntu|debian)
ubuntu|debian|pop)
# Install something bypassing the prompts
alias inst='sudo apt-get install -y'
# Do a basic update