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 }