summaryrefslogtreecommitdiff
path: root/INSTALL.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-04-08 11:48:05 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2023-04-08 11:48:05 -0600
commite4f7af785c43f95f10c9f46cad80ca4515039130 (patch)
treef0a29bb9b2c12555ab0f66e877d22aaed36c4c4c /INSTALL.sh
parent21223385479bb00d916f470c0a13785ac866af3a (diff)
Update for modern ruby
Diffstat (limited to 'INSTALL.sh')
-rwxr-xr-xINSTALL.sh26
1 files changed, 6 insertions, 20 deletions
diff --git a/INSTALL.sh b/INSTALL.sh
index 845abce..ab9d501 100755
--- a/INSTALL.sh
+++ b/INSTALL.sh
@@ -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