File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ mkswap /swapfile
1414swapon /swapfile
1515echo ' /swapfile none swap defaults 0 0' >> /etc/fstab
1616
17+ # Prevents "Warning: apt-key output should not be parsed (stdout is not a terminal)".
18+ export APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1
19+ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo -E apt-key add -
20+ echo " deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
21+
1722echo updating package information
1823apt-get -y update > /dev/null 2>&1
1924
5358install ' Nokogiri dependencies' libxml2 libxml2-dev libxslt1-dev
5459install ' Blade dependencies' libncurses5-dev
5560install ' ExecJS runtime' nodejs
61+ install ' Yarn' yarn
5662
5763# To generate guides in Kindle format.
5864install ' ImageMagick' imagemagick
You can’t perform that action at this time.
0 commit comments