From d503fae0610ff8457701396ef1a63f01d049b899 Mon Sep 17 00:00:00 2001 From: Cameron Miller Date: Sat, 15 Jan 2022 20:51:17 +0000 Subject: [PATCH] Update cbsh, README.org --- README.org | 8 ++++---- cbsh_arch.sh => cbsh | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename cbsh_arch.sh => cbsh (100%) diff --git a/README.org b/README.org index 7660c53..2000469 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,7 @@ #+TITLE: CBSH Postinstall Scripts (very original name i swear) #+DESCRIPTION: A Bunch of Postinstall Scripts im calling CBSH #+AUTHOR: Cabooshy (Cameron Miller) -#+PROPERTY: header-args :tangle cbsh_arch.sh +#+PROPERTY: header-args :tangle cbsh #+STARTUP: showeverything * TABLE OF CONTENTS :toc: @@ -33,11 +33,11 @@ CBSH is the name for a set of Linux Postinstall Scripts that give you my set of * Installing CBSH ** Install Instructions -To Install CBSH you'll need to clone the repo and run the shell script relevent to your distro's base. As an example, Ubuntu, Mint, Pop!_OS etc. should use the ~Debian~ Script like so: +To Install CBSH you'll need to clone the repo and run the shell script like so: #+begin_example -git clone https://gitlab.com/cabooshyy/cbsh +git clone https://gitlab.com/cabooshyy/cbsh/cbsh_arch/cbsh.git cd cbsh -./cbsh_deb +./cbsh #+end_example ** Potential Bugs diff --git a/cbsh_arch.sh b/cbsh similarity index 100% rename from cbsh_arch.sh rename to cbsh