remove
This commit is contained in:
parent
402b5b0b13
commit
1fbbc3c29f
1 changed files with 4 additions and 4 deletions
|
@ -16,10 +16,10 @@ else
|
||||||
if [ `uname` = "Linux" ] && type apt-get;
|
if [ `uname` = "Linux" ] && type apt-get;
|
||||||
then
|
then
|
||||||
echo "Found Ubuntu/Debian"
|
echo "Found Ubuntu/Debian"
|
||||||
BUILD_REQUIREMENTS=(cmake libgmp-dev libboost-python-dev libbost-system-dev)
|
#BUILD_REQUIREMENTS=(cmake libgmp-dev libboost-python-dev libbost-system-dev)
|
||||||
for packages in "${BUILD_REQUIREMENTS[@]}"; do
|
#for packages in "${BUILD_REQUIREMENTS[@]}"; do
|
||||||
echo "$packages";
|
#echo "$packages";
|
||||||
done
|
#done
|
||||||
#if ! dpkg -s $Packages >/dev/null 2>&1; then
|
#if ! dpkg -s $Packages >/dev/null 2>&1; then
|
||||||
#echo "Installing $Packages."
|
#echo "Installing $Packages."
|
||||||
#sudo apt-get install $Packages -y
|
#sudo apt-get install $Packages -y
|
||||||
|
|
Loading…
Reference in a new issue