diff options
Diffstat (limited to 'helperscripts/hyperbola.sh')
-rw-r--r-- | helperscripts/hyperbola.sh | 19 |
1 files changed, 19 insertions, 0 deletions
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 |