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)
|
brew install -q $(< ./dependencies/homebrew.txt)
|
||||||
;;
|
;;
|
||||||
Linux)
|
Linux)
|
||||||
|
echo "Installing dependencies with Apt"
|
||||||
|
sudo apt install $(< ./dependencies/apt.txt)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user