From df5fddfa6311617f147d9b96b7e4f42582672a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 1 Jun 2020 20:27:42 -0500 Subject: Add script hyperbola --- helperscripts/hyperbola.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 helperscripts/hyperbola.sh diff --git a/helperscripts/hyperbola.sh b/helperscripts/hyperbola.sh new file mode 100644 index 0000000..4ac4723 --- /dev/null +++ b/helperscripts/hyperbola.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +# This script installs dependencies for building and running LVC on +# Hyperbola GNU+Linux-libre v0.3 +# +# You run this sript AT YOUR OWN RISK. Read through the whole thing +# before running it! +# +# This script must be run with sudo. + +# Last updated: 2020-06-1 +# Last updated by: Jesús E. + +pacman -S \ + python2 \ + ffmpeg \ + ffmpeg2theora \ + gnome-themes-standard \ + gtk2 -- cgit v1.2.3