Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Oct 4, 2024
1 parent f86b48d commit c2d14b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion linux/install-senzing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ install-senzing-repository() {
# full package name used for install
############################################
install-senzingapi-runtime() {


echo "[INFO] sudo apt list | grep senzing"
sudo apt list | grep senzing
echo "[INFO] sudo --preserve-env apt-get -y install $SENZING_PACKAGES"
sudo --preserve-env apt-get -y install "$SENZING_PACKAGES"

Expand Down

0 comments on commit c2d14b3

Please sign in to comment.