Update cbsh, README.org

This commit is contained in:
Cameron Miller 2022-01-15 20:51:17 +00:00
parent b9907b1be9
commit d503fae061
2 changed files with 4 additions and 4 deletions

View File

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

View File