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