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
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#dpkg --add-architecture i386 #dpkg --add-architecture i386
#sudo apt-get update #sudo apt-get update
# Needed to build PEASOUP components # Needed to build components
BASE_PKGS=" BASE_PKGS="
scons scons
dwarfdump dwarfdump
...@@ -48,13 +48,6 @@ SERVER_IRDB_PKGS="postgresql" ...@@ -48,13 +48,6 @@ SERVER_IRDB_PKGS="postgresql"
ALL_PKGS="$BASE_PKGS $CLIENT_IRDB_PKGS $SERVER_IRDB_PKGS " 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() install_packs()
{ {
for i in $* for i in $*
...@@ -91,9 +84,11 @@ for arg in args; do ...@@ -91,9 +84,11 @@ for arg in args; do
esac esac
done done
orig_dir=$(pwd)
echo "Getting irdb_transforms packages." echo "Getting irdb_transforms packages."
cd irdb_transforms cd irdb_transforms
sudo ./get-packages.sh 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.
Please register or to comment