https://github.com/maticnetwork/install
https://github.com/maticnetwork/install
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maticnetwork/install
- Owner: maticnetwork
- License: apache-2.0
- Created: 2022-04-18T22:44:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T07:25:17.000Z (about 1 year ago)
- Last Synced: 2025-04-19T10:28:09.760Z (about 1 year ago)
- Language: Shell
- Size: 85 KB
- Stars: 12
- Watchers: 20
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation scripts
Utility scripts that install binaries based on the operating system. The script will ask the user for root permission as required by installation.
### Setup
Clone this git repository
```
git clone https://github.com/maticnetwork/install.git
cd install
```
### Bor
#### Install default bor binary
```
./bor.sh
```
#### Install a specific bor version
Simply pass the version tag as the first argument to the installation script. Notice that the script will overwrite existing bor binaries if they exist. Example:
```
./bor.sh 0.2.14-tmp-span-hotfix
```
#### Installing PBSS profiles
```shell
./bor.sh $version $network pbss-$network-$type
```
Where $version is desired version, $network is mainnet or amoy, and $type is defined as sentry or validator as PBSS does not support bootnode or archive.
### Heimdall
#### Install default Heimdall binary
```
./heimdall.sh
```
#### Install a specific Heimdall version
Simply pass the version tag as the first argument to the installation script. Notice that the script will overwrite existing Heimdall binaries if they exist. Example:
```
./heimdall.sh 0.2.19
```