Skip to content
Snippets Groups Projects
Commit 918d43e5 authored by jdh8d's avatar jdh8d
Browse files

Updated to install w/o needing the env.

parent 812215fb
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
#dpkg --add-architecture i386
#sudo apt-get update
# Needed to build PEASOUP components
# Needed to build components
BASE_PKGS="
scons
dwarfdump
......@@ -48,13 +48,6 @@ SERVER_IRDB_PKGS="postgresql"
ALL_PKGS="$BASE_PKGS $CLIENT_IRDB_PKGS $SERVER_IRDB_PKGS "
if [[ "$PEASOUP_UMBRELLA_DIR" == "" ]]; then
echo "PEASOUP_UMBRELLA_DIR not found"
echo "Did you source set_env_vars and use sudo -E"
exit 1
fi
install_packs()
{
for i in $*
......@@ -91,9 +84,11 @@ for arg in args; do
esac
done
orig_dir=$(pwd)
echo "Getting irdb_transforms packages."
cd irdb_transforms
sudo ./get-packages.sh
cd $PEASOUP_UMBRELLA_DIR
cd $orig_dir
echo Peasoup packages complete.
echo Intsalling packages complete.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment