diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-01 20:27:42 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-01 20:27:42 -0500 |
commit | df5fddfa6311617f147d9b96b7e4f42582672a45 (patch) | |
tree | 07d79deb04627b5b008f98efce89ea733c415647 | |
parent | 24fee065719a94f22b1b8c8698b347098d3cdbb8 (diff) | |
download | librevideoconverter-df5fddfa6311617f147d9b96b7e4f42582672a45.tar.lz librevideoconverter-df5fddfa6311617f147d9b96b7e4f42582672a45.tar.xz librevideoconverter-df5fddfa6311617f147d9b96b7e4f42582672a45.zip |
Add script hyperbola
-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 |