From cd081832251687acb55df4d347465149e1993304 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 21 Dec 2012 13:32:20 +0200 Subject: [PATCH] Add 2 scripts & rename 1, read whole commit message apt.run: install depedencies with apt-get cat.run: put all files to their correct places, previously known as .cat.sh yum.run: install depedencies with yum new file: apt.run renamed: .cat.sh -> cat.run new file: yum.run --- apt.run | 1 + .cat.sh => cat.run | 0 yum.run | 5 +++++ 3 files changed, 6 insertions(+) create mode 100755 apt.run rename .cat.sh => cat.run (100%) create mode 100755 yum.run diff --git a/apt.run b/apt.run new file mode 100755 index 00000000..0dc07d9d --- /dev/null +++ b/apt.run @@ -0,0 +1 @@ +sudo su - -c "apt-get install vim most htop gnupg2 lynx pandoc gnupg-agent flip youtube-dl" diff --git a/.cat.sh b/cat.run similarity index 100% rename from .cat.sh rename to cat.run diff --git a/yum.run b/yum.run new file mode 100755 index 00000000..8e89a703 --- /dev/null +++ b/yum.run @@ -0,0 +1,5 @@ +sudo su - -c "time rpm --install --quiet http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm" +sudo su - -c "time rpm --install --quiet http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm" +sudo su - -c "time rpm --install --quiet http://rpm.livna.org/livna-release.rpm" + +sudo su - -c "yum -y install vim most htop gnupg2 lynx pandoc youtube-dl"