summaryrefslogtreecommitdiff
path: root/INSTALL.sh
diff options
context:
space:
mode:
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