mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 15:57:24 -04:00
new wallet wizard: wallet created in temporary directory and moved to
the destination at the final step
This commit is contained in:
@@ -13,6 +13,9 @@ BITMONERO_DIR=$ROOT_DIR/bitmonero
|
||||
|
||||
if [ ! -d $BITMONERO_DIR ]; then
|
||||
git clone --depth=1 $BITMONERO_URL $BITMONERO_DIR
|
||||
else
|
||||
cd $BITMONERO_DIR;
|
||||
git pull;
|
||||
fi
|
||||
|
||||
rm -fr $BITMONERO_DIR/build
|
||||
|
||||
Reference in New Issue
Block a user