Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/yum/download_rpms.sh
blob: 48ea79df5ac1cafc36aec234944b5f202b6e601f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Run this script in ARM and i686 XO
# http://ramblings.narrabilis.com/creating-a-yum-repository-repo-and-creating-a-yum-group-to-install-kickstart

sudo yum install -y --nogpg yum-utils

sudo yumdownloader --resolve git make alsa-lib-devel gettext-devel \
     gobject-introspection-devel gtk3-devel intltool libSM-devel \
     librsvg2-devel pygobject2-devel pygtk2-codegen python-devel \
     gtk2-devel icon-naming-utils icon-slicer python-empy \
     xorg-x11-apps gnome-common GConf2-devel gtksourceview3-devel \
     cairo-gobject

# Copy these files into the proper arch
# scp *.rpm humitos@192.168.1.101:/srv/repo