added pop to apt package management switch

Former-commit-id: 62d571987b
This commit is contained in:
2024-02-06 23:45:29 -06:00
parent 5df49fc91e
commit 92fdd3a5b1

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