From 78266f04f5a5c7270d64a174356a4df0352b52df Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Thu, 28 Mar 2024 12:22:52 -0400 Subject: [PATCH] still tweaking --- orijen-udf-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/orijen-udf-install.sh b/orijen-udf-install.sh index bb24ca5..70a06be 100755 --- a/orijen-udf-install.sh +++ b/orijen-udf-install.sh @@ -21,9 +21,6 @@ IMAGE=ghcr.io/kreynoldsf5/orijen-udf-service:latest SERVICE=orijen-udf.service CONTAINER=orijen-udf -# Preliminarily pull the Docker image -sudo docker pull $IMAGE - # Create the systemd service file sudo bash -c "cat > /etc/systemd/system/$SERVICE <