diff --git a/install-timelord.sh b/install-timelord.sh index 11bc20da2e5d..ccb7ced98c6f 100644 --- a/install-timelord.sh +++ b/install-timelord.sh @@ -17,9 +17,9 @@ else then echo "Found Ubuntu/Debian" BUILD_REQUIREMENTS=(cmake libgmp-dev libboost-python-dev libbost-system-dev) - #for packages in "${BUILD_REQUIREMENTS[@]}"; do - #echo "$packages"; - #done + for packages in "${BUILD_REQUIREMENTS[@]}"; do + echo "$packages"; + done #if ! dpkg -s $Packages >/dev/null 2>&1; then #echo "Installing $Packages." #sudo apt-get install $Packages -y