forked from ppc64le/build-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbib_ubuntu_16.04
executable file
·31 lines (27 loc) · 995 Bytes
/
bib_ubuntu_16.04
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/bash
#-----------------------------------------------------------------------------
# Package : bib
# Version : 2016-06-15
# Source repo : https://bitbucket.org/mhowison/bib.git
# Tested on : Ubuntu_16.04
# Script License: Apache License, Version 2 or later
# Maintainer : Shane Barrantes <[email protected]>
#
# Disclaimer: This script has been tested in non-root mode on given
# ========== platform using the mentioned version of the package.
# It may not work as expected with newer versions of the
# package and/or distribution. In such case, please
# contact "Maintaine" of this script.
#
# ----------------------------------------------------------------------------
## Update Source
sudo apt-get update -y
sudo apt-get upgrade -y
#gcc dev tools
sudo apt install build-essential -y
sudo apt-get install curl -y
# download and unpack
git clone https://bitbucket.org/mhowison/bib.git
# make
cd bib
./install.sh