chia-blockchain/build_scripts/assets/rpm/postinst.sh
2022-11-17 13:53:38 -06:00

8 lines
290 B
Bash

#!/usr/bin/env bash
# Post install script for the UI .rpm to place symlinks in places to allow the CLI to work similarly in both versions
set -e
ln -s /opt/chia/resources/app.asar.unpacked/daemon/chia /usr/bin/chia || true
ln -s /opt/chia/chia-blockchain /usr/bin/chia-blockchain || true