diff --git a/scripts/install.sh b/scripts/install.sh index f28a66d..2995c62 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,6 +1,6 @@ #!/bin/bash HDOS_ROOT=/opt/hdos - +rm -rf ${HDOS_ROOT} apt install git sudo curl wget zsh -yqq git clone https://git.corrupt.link/liz/hdos.git ${HDOS_ROOT}