hosts/Infini-STICK: add install script

This commit is contained in:
Infinidoge 2021-12-10 09:39:19 -05:00
parent 9cc93918a9
commit 8df4f8c2c7
3 changed files with 45 additions and 3 deletions

View file

@ -40,9 +40,7 @@ Setup with a wide array of hardware compatibility, specifically using the =porta
#+NAME: reinstall
#+BEGIN_SRC bash :tangle reinstall.bash :shebang "#!/usr/bin/env bash" :noweb yes :comments noweb
<<boilerplate>>
<<mounting>>
<<mount>>
<<installing>>
@ -60,6 +58,13 @@ Setup with a wide array of hardware compatibility, specifically using the =porta
<<mounting>>
#+END_SRC
#+NAME: install
#+BEGIN_SRC bash :tangle install.bash :shebang "#!/usr/bin/env bash" :noweb yes :comments noweb
<<mount>>
<<installing>>
#+END_SRC
** Script Boilerplate
#+NAME: boilerplate