Merge remote-tracking branch 'origin/main'

This commit is contained in:
Enki 2024-07-08 23:07:34 -07:00
commit 2704f37c41
2 changed files with 10 additions and 12 deletions

View File

@ -1,7 +1,4 @@
MIT License
Copyright (c) 2023 enki
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

View File

@ -23,20 +23,20 @@ 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`
`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`
`git clone https://github.com/Enkimin/Sovran-Scripts.git`\
`cd Sovran-Scripts`\
`ls`\
`cd folder_name`\
`sudo ./script_name.sh`
@ -46,3 +46,4 @@ If Git is installed use :
### 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.