From 187a34788772facb838cb5c75e078f2bea3a018b Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Mon, 6 Jun 2022 21:43:29 -0400 Subject: [PATCH] getting rid fo readme --- README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 75be659..0000000 --- a/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# To auto-install run the commands below as root - -## For laptop - -``` -apt-get update && apt-get install -y curl git -curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh | sh -``` - -or if you want to set a custom git download folder - -``` -apt-get update && apt-get install -y curl git -curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh "./path/to/stuff" | sh -``` - -## For desktop - -``` -apt-get update && apt-get install -y curl git -curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh | sh -``` - -or if you want to set a custom git download folder - -``` -apt-get update && apt-get install -y curl git -curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh "./path/to/stuff" | sh -```