I am using FAI to make a custom Debian installer. I am trying to make a script to install vscode and newrelic.
wget https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64
sudo apt install ./code_1.74.2-1671533413_amd64.deb
sudo apt install apt-transport-https
sudo apt update
sudo apt install code
Could I have help on installing the newrelic monitoring tool for Debian and improve the VS Code download?
Thank you!
I already tried the vs code install script and it did not work.
New contributor
user20967544 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2