install: Use Apt for Linux package management
This commit is contained in:
@@ -12,6 +12,8 @@ case `uname` in
|
||||
brew install -q $(< ./dependencies/homebrew.txt)
|
||||
;;
|
||||
Linux)
|
||||
echo "Installing dependencies with Apt"
|
||||
sudo apt install $(< ./dependencies/apt.txt)
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user