Update hiveos-xmrig-installer.sh

This commit is contained in:
MooCat 2021-04-18 18:32:32 -04:00 committed by GitHub
parent 9ec3e37d11
commit cc52ee7b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ cd ${INSTALL_DIR}
echo "CLONING XMRIG"
rm -rf xmrig
rm -rf ${DIR_NAME}
git clone ${GIT_SRC_URL} ${DIR_NAME}
cd ${DIR_NAME}