#!/usr/bin/env bash
set -e
#check to make sure this is a 64-bit machine
getconf LONG_BIT | grep 64 > /dev/null || ( echo "Git Fusion requires a 64-bit machine. Exiting." && exit 1)
wget -q http://package.perforce.com/perforce.pubkey -O - | sudo apt-key add -
#Update sources list with the Perforce Package repo.
sudo echo "deb http://package.perforce.com/apt/ubuntu precise release" >> /etc/apt/sources.list
sudo aptitude update
sudo aptitude -y install perforce-git-fusion
# |
Change |
User |
Description |
Committed |
|
#2
|
25621 |
Jen Bottom |
Integrating sone fixes from dev to main |
|
|
#1
|
18706 |
jenbottom |
Moving some files aroudn to make things less messy and hopefully easier to find |
|
|
//guest/jen_bottom/vagrant/setup_basic.sh |
#1
|
17957 |
jenbottom |
Fixing Vagrantfile and gitswarm setup script |
|
|