diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-04-08 11:48:05 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-04-08 11:48:05 -0600 |
commit | e4f7af785c43f95f10c9f46cad80ca4515039130 (patch) | |
tree | f0a29bb9b2c12555ab0f66e877d22aaed36c4c4c /INSTALL.sh | |
parent | 21223385479bb00d916f470c0a13785ac866af3a (diff) |
Update for modern ruby
Diffstat (limited to 'INSTALL.sh')
-rwxr-xr-x | INSTALL.sh | 26 |
1 files changed, 6 insertions, 20 deletions
@@ -1,23 +1,9 @@ #!/bin/sh set -ex -# Go -sudo pacman -S --needed -- go - -# Ruby -sudo pacman -S --needed -- ruby - -# Nokogiri -sudo pacman -S --needed -- ruby libxslt -gem install nokogiri -- --use-system-libraries - -# SCSS -sudo pacman -S --needed -- ruby-sass -#sudo pacman -S --needed -- ruby -#gem install sass - -# Yarn -sudo pacman -S --needed -- yarn - -# Wget -sudo pacman -S --needed -- wget +sudo pacman -S --needed -- \ + go \ + ruby-nokogiri \ + ruby-sass \ + yarn \ + wget |