From 5930d35be289010749554016ff557768ba6a0304 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 1 Jun 2025 03:03:14 +0200 Subject: [PATCH] Bug: debain -> debian --- debian-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-up.sh b/debian-up.sh index ee73bf2..95e508e 100644 --- a/debian-up.sh +++ b/debian-up.sh @@ -12,7 +12,7 @@ getVer() { run() { apt update -y apt install -y wget - wget -P /tmp ${BASE_URL}/debain-${DEBVERUP}/debian-${DEBVER}to${DEBVERUP}.sh + wget -P /tmp ${BASE_URL}/debian-${DEBVERUP}/debian-${DEBVER}to${DEBVERUP}.sh bash /tmp/debian-${DEBVER}to${DEBVERUP}.sh }