2023-12-22 09:20:11 +00:00
|
|
|
|
2023-12-22 09:48:59 +00:00
|
|
|
.::::::. ... ::: .::.:::::::.. :::. :::. :::. .::::::. .,-::::: :::::::.. :::::::::::::. :::::::::::: .::::::.
|
|
|
|
;;;` ` .;;;;;;;. ';;, ,;;;' ;;;;``;;;; ;;`;; `;;;;, `;;; ;;;` ` ,;;;'````' ;;;;``;;;; ;;; `;;;```.;;;;;;;;;;;'''';;;` `
|
|
|
|
'[==/[[[[,,[[ \[[,\[[ .[[/ [[[,/[[[' ,[[ '[[, [[[[[. '[[ '[==/[[[[,[[[ [[[,/[[[' [[[ `]]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"
|
2023-12-22 09:20:11 +00:00
|
|
|
|
2023-12-22 09:48:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
# How to use these scripts
|
2023-12-22 09:20:11 +00:00
|
|
|
----------------------------
|
|
|
|
|
2023-12-22 09:48:59 +00:00
|
|
|
These should work on most Debian based distros that use apt.
|
2023-12-22 09:20:11 +00:00
|
|
|
|
2023-12-22 09:48:59 +00:00
|
|
|
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.
|
2023-12-22 09:20:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
If you are running 'headless' and dont have Git installed yet you can run :
|
|
|
|
|
2023-12-22 09:48:59 +00:00
|
|
|
`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`
|
2023-12-22 09:20:11 +00:00
|
|
|
|
|
|
|
|
2023-12-22 09:48:59 +00:00
|
|
|
If Git is installed use :
|
2023-12-22 09:20:11 +00:00
|
|
|
|
2023-12-22 09:48:59 +00:00
|
|
|
`git clone https://github.com/Enkimin/Sovran-Scripts.git`
|
|
|
|
`cd Sovran-Scripts`
|
|
|
|
`ls`
|
|
|
|
`cd folder_name`
|
|
|
|
`sudo ./script_name.sh`
|
2023-12-22 09:20:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Scripts
|
2023-12-22 09:48:59 +00:00
|
|
|
### List of scripts and what they do.
|
2023-12-22 09:20:11 +00:00
|
|
|
------------
|
|
|
|
### coreinstall.sh
|
2023-12-22 09:48:59 +00:00
|
|
|
- This script walks the user through the process of installing TOR, I2P, and Bitcoin Core plus configures Core to use whatever network is installed.
|
2023-12-22 06:35:31 +00:00
|
|
|
|