From 8edf03706b02ac066b2cc168cea222db98ffa736 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Fri, 3 Sep 2021 22:35:25 -0700 Subject: [PATCH] Update digitalocean-oneclick-app-generator --- dev-scripts/digitalocean-oneclick-app-generator | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-scripts/digitalocean-oneclick-app-generator b/dev-scripts/digitalocean-oneclick-app-generator index 5c03dee..5a726a7 100644 --- a/dev-scripts/digitalocean-oneclick-app-generator +++ b/dev-scripts/digitalocean-oneclick-app-generator @@ -80,9 +80,9 @@ apt -y update && apt -y full-upgrade cd /etc -wget https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/cleanup.sh -chmod +x cleanup.sh -./cleanup.sh +wget https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/99-img-check.sh +chmod +x 99-img-check.sh +./99-img-check.sh ############################ WAIT @@ -90,9 +90,9 @@ chmod +x cleanup.sh cd /etc -wget https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/img_check.sh -chmod +x img_check.sh -./img_check.sh +wget https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/90-cleanup.sh +chmod +x 90-cleanup.sh +./90-cleanup.sh