Skip to content

Commit

Permalink
feat: add x264 and lightspark
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadikum committed Sep 23, 2019
1 parent d005076 commit c374eb7
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions install_packages_dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
echo "Press ENTER to continue..."
read

dnf -y install dnf-plugins-core && dnf -y copr enable petersen/stack2
dnf -y install dnf-plugins-core && dnf -y copr enable petersen/stack2 && dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

packages_list=(boost-devel.x86_64
boost-static.x86_64
Expand Down Expand Up @@ -144,17 +144,14 @@ packages_list=(boost-devel.x86_64
stack
ghc
rust
cargo)
cargo
x264
lightspark
lightspark-mozilla-plugin
mariadb-server)

dnf -y install ${packages_list[@]}

# PHP Runkit
git clone https://github.com/runkit7/runkit7.git
cd runkit7
git checkout 84e5b5e04af239c9d79b09be1b1dc0d0ac23b477
phpize && ./configure && make && make install
cd .. && rm -rf runkit7

# BLIH
cp blih.py /usr/bin/blih

Expand Down

0 comments on commit c374eb7

Please sign in to comment.