This commit is contained in:
William Mantly 2021-01-25 22:54:39 -05:00
parent da3aaafc4a
commit 5c201841d5
Signed by: wmantly
GPG Key ID: 186A8370EFF937CA

View File

@ -1,7 +1,9 @@
#!/bin/bash
export APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=''
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
echo 'worked!'
echo 'worked! '