From 5bc344089f1afa698d40ece6c5d07c9884e7dfc7 Mon Sep 17 00:00:00 2001 From: Liz Cray Date: Fri, 13 Dec 2024 18:33:22 -0500 Subject: [PATCH] pyenv --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}