mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
823843eadb
ARCH=native fixes SIGILL issues on other amd64 processors. Static library dependencies where supported. Package libunbound2 in the snap.
8 lines
208 B
Bash
Executable File
8 lines
208 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
export LD_LIBRARY_PATH=${SNAP_LIBRARY_PATH}:${SNAP}/usr/lib/x86_64-linux-gnu
|
|
export HOME=${SNAP_USER_DATA}
|
|
cd ${SNAP_USER_DATA}
|
|
|
|
exec ${SNAP}/usr/bin/rlwrap ${SNAP}/bin/monero-wallet-cli "$@"
|