blob: fb27e86e7cc16bfd66d4c742261af8989ee1f3b7 [file] [log] [blame]
Alanny Lopezbb309af2017-08-18 15:14:49 -05001#!/bin/bash
2
3mkdir /root/xcat2
4cd /root/xcat2
5wget https://downloads.sourceforge.net/project/xcat/xcat-dep/2.x_Ubuntu/xcat-dep-ubuntu-snap20150611.tar.bz
6wget https://github.com/xcat2/xcat-core/releases/download/2.10_release/xcat-core-2.10-ubuntu.tar.bz2
7ls
8tar jxvf xcat-dep-ubuntu-snap20150611.tar.bz
9tar jxvf xcat-core-2.10-ubuntu.tar.bz2
10./xcat-dep/mklocalrepo.sh
11./xcat-core/mklocalrepo.sh
12apt-get update && apt-get install -y --force-yes xcat
13rm /root/xcat2/*.tar*
14apt-get autoremove