You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
bash bin/ghostman.sh install for the aarch64 platform results in broken links for the binaries.
cd
# force re-install
rm -r ~/ghostcore
bash bin/ghostman.sh install
--> Downloading https://github.com/ghost-coin/ghost-core/releases/download/v0.21.1.10/ghost-0.21.1.10-aarch64-linux-gnu.tar.gz... done!
--> Unpacking ghost-0.21.1.10-aarch64-linux-gnu.tar.gz... tar: Substituting `.' for empty member name
done!
mv: cannot stat 'ghost-0.21.1.10/bin/ghostd': No such file or directory
mv: cannot stat 'ghost-0.21.1.10/bin/ghost-cli': No such file or directory
mv: cannot stat 'ghost-0.21.1.10/bin/ghost-wallet': No such file or directory
The results in sym links fail because they point to a non existent file location.
bash bin/ghostman.sh install for the aarch64 platform results in broken links for the binaries.
The results in sym links fail because they point to a non existent file location.
Workaround:
The text was updated successfully, but these errors were encountered: