This commit is contained in:
Liz Cray 2024-12-13 18:33:22 -05:00
parent e6e97dd9e5
commit 5bc344089f

View File

@ -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}