notes on debian install

This commit is contained in:
rusefillc 2021-11-07 01:45:09 -04:00
parent 7d70aff8f8
commit d484e88f73
1 changed files with 16 additions and 0 deletions

16
bin/install-debian.sh Normal file
View File

@ -0,0 +1,16 @@
#!/bin/bash
sudo apt-get update
sudo apt -y upgrade
sudo apt-get install pkg-config
sudo apt-get install libcairo2-dev
# node 12 specifically
sudo apt update
sudo apt -y install curl dirmngr apt-transport-https lsb-release ca-certificates
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
# sudo apt-get install npm
# sudo npm install npm@latest -g