sovran-scripts/README.md
2024-07-17 14:28:18 -07:00

2.4 KiB

 .::::::.     ...    :::      .::.:::::::..    :::.   :::.    :::.     .::::::.   .,-::::: :::::::..   :::::::::::::. :::::::::::: .::::::. 
;;;`    `  .;;;;;;;. ';;,   ,;;;' ;;;;``;;;;   ;;`;;  `;;;;,  `;;;    ;;;`    ` ,;;;'````' ;;;;``;;;;  ;;; `;;;```.;;;;;;;;;;;'''';;;`    ` 
'[==/[[[[,,[[     \[[,\[[  .[[/    [[[,/[[['  ,[[ '[[,  [[[[[. '[[    '[==/[[[[,[[[         [[[,/[[['  [[[  `]]nnn]]'      [[     '[==/[[[[,
  '''    $$$$,     $$$ Y$c.$$"     $$$$$$c   c$$$cc$$$c $$$ "Y$c$$      '''    $$$$         $$$$$$c    $$$   $$$""         $$       '''    $
 88b    dP"888,_ _,88P  Y88P       888b "88bo,888   888,888    Y88     88b    dP`88bo,__,o, 888b "88bo,888   888o          88,     88b    dP
  "YMmMY"   "YMMMMMP"    MP        MMMM   "W" YMM   ""` MMM     YM      "YMmMY"   "YUMMMMMP"MMMM   "W" MMM   YMMMb         MMM      "YMmMY" 

How to use these scripts


These should work on most Debian based distros that use apt.

If you're using a GUI, then you can download the zip file. Unzip and open the folder. Find the script (or set of scripts.) that you want to use right click, look for the permissions section and tick the "run as program" permission. Right click on a folder select "Open in terminal" then type ls this will show whats in the folder then sudo ./full_script_name.sh. You might need to provide an admin password.

If you are running 'headless' and dont have Git installed yet you can run :

wget https://github.com/Enkimin/Sovran-Scripts/archive/main.tar.gz
tar -xzf main.tar.gz
cd main
ls
cd folder_name
sudo ./script_name.sh

If Git is installed use :

git clone https://github.com/Enkimin/Sovran-Scripts.git
cd Sovran-Scripts
ls
cd folder_name
sudo ./script_name.sh

All the scripts need to be given permission to execute, you can do this with:

chmod +x scriptname.sh


Scripts

List of scripts and what they do



Bitcoin


coreinstall.sh

  • This script walks the user through the process of installing TOR, I2P, and Bitcoin Core plus configures Core to use whatever network is installed.

Personal Server


Vault Warden

  • Installes and configures Vault Warden. Will also install nginx, certbot and add Vault Warden to systemd for easy managment.