This commit is contained in:
Taylor Helsper 2022-08-15 23:10:31 -05:00
parent cede26e2fa
commit eba288c868
2 changed files with 2 additions and 0 deletions

View File

@ -277,6 +277,7 @@ if ! skip_base_upgrades ; then
# Update NPM (Node Package Manager)
npm install -g npm@$NODE_NPM_VERSION
npm install -g yarn
# Install Docker
mkdir -p /etc/apt/keyrings

View File

@ -351,6 +351,7 @@ usermod -aG docker root
# Install node packages
npm install -g pug-cli browserify uglify-js babel-cli
npm install -g npm@$NODE_NPM_VERSION
npm install -g yarn
# Install Log2Ram
if [ $IS_RASPI = 1 ]; then