Skip to content

Commit

Permalink
🤹ci: udpate ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blinko-space committed Oct 27, 2024
1 parent d75a4b7 commit 732a261
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
#!/bin/bash

read -p "Do you want to remove the local blinko-website image? (y/n): " USER_INPUT
if [[ "$USER_INPUT" == "y" || "$USER_INPUT" == "Y" ]]; then
echo "Removing the local blinko-website image..."
docker rmi -f blinkospace/blinko || echo "No existing blinko-website image to remove."
else
echo "Skipping the removal of the local blinko-website image."
fi
echo "Remove the local blinko-website image..."
docker rmi -f blinkospace/blinko || echo "No existing blinko-website image to remove."

echo "Pull up the latest blinko mirror image..."

Expand Down

0 comments on commit 732a261

Please sign in to comment.