Skip to content

Commit 6988fe0

Browse files
committed
use image directly from DO
1 parent ad0ecc6 commit 6988fe0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

vendor/digitalocean/90-cleanup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ elif [ -n "$(command -v apt-get)" ]; then
2121
export DEBIAN_FRONTEND=noninteractive
2222
apt-get -y update
2323
apt-get -o Dpkg::Options::="--force-confold" upgrade -q -y --force-yes
24-
apt-get purge droplet-agent* -y
2524
apt-get -y autoremove
2625
apt-get -y autoclean
2726
fi
@@ -47,4 +46,4 @@ The secure erase will complete successfully when you see:${NC}
4746
dd: writing to '/zerofile': No space left on device\n
4847
Beginning secure erase now\n"
4948

50-
dd if=/dev/zero of=/zerofile bs=4096 || rm /zerofile
49+
dd if=/dev/zero of=/zerofile bs=4096 || rm /zerofile

vendor/digitalocean/99-img-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,4 +637,4 @@ elif [[ $STATUS == 1 ]]; then
637637
else
638638
echo -en "Some critical tests failed. These items must be resolved and this scan re-run before you submit your image to the DigitalOcean Marketplace.\n\n"
639639
exit 1
640-
fi
640+
fi

0 commit comments

Comments
 (0)