mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
6 lines
197 B
Bash
Executable file
6 lines
197 B
Bash
Executable file
#!/bin/bash
|
|
# This is a postinstallation script so the service can be configured and started when requested
|
|
#
|
|
sudo mkdir -p /var/lib/bor
|
|
sudo chown -R bor /var/lib/bor
|
|
sudo systemctl daemon-reload
|