From 25cbc898056ff222e6d11dfe5c3a47eeecc76835 Mon Sep 17 00:00:00 2001 From: Thiago Sousa <80588082+thiagoneo@users.noreply.github.com> Date: Sat, 19 Feb 2022 12:06:16 -0300 Subject: [PATCH] Update start-script.sh --- start-script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start-script.sh b/start-script.sh index 56762fa..7342649 100755 --- a/start-script.sh +++ b/start-script.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -wget https://github.com/thiagoneo/debian-postinstall/archive/refs/tags/2022-02-19.tar.gz -tar -xzvf 2022-02-19.tar.gz -cd debian-postinstall-2022-02-19/ +wget https://github.com/thiagoneo/debian-postinstall/archive/refs/tags/2022-02-19-1.tar.gz +tar -xzvf 2022-02-19-1.tar.gz +cd debian-postinstall-2022-02-19-1/ chmod +x *.sh bash script.sh