feat: macos and brew install support

This commit is contained in:
Andrejus Kostarevas
2024-01-25 00:27:04 +00:00
parent 62e6c0243e
commit 61fb58e90c
15 changed files with 148 additions and 45 deletions

View File

@@ -31,10 +31,6 @@ function apt_installed {
dpkg --status $1 >/dev/null
}
function clean {
sudo apt-get clean -qq
}
function update {
sudo apt-get update -qq
}