Skip to content

Commit ed7d8bc

Browse files
committed
Removed unused files
1 parent 2e21f83 commit ed7d8bc

4 files changed

Lines changed: 6 additions & 269 deletions

File tree

scripts/SushiPool-Install-Script-V0.3.0.sh

Lines changed: 0 additions & 107 deletions
This file was deleted.

scripts/SushiPool-Install-Script-V0.3.2.sh

Lines changed: 0 additions & 78 deletions
This file was deleted.

scripts/SushiPool-Install-Script-V1.0.0.sh

Lines changed: 0 additions & 84 deletions
This file was deleted.

scripts/SushiPool-Install-Script.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ else
3636
fi
3737
yarn
3838

39+
# apply temporary WSL workaround, see https://github.com/nimiq-network/core/issues/387
40+
if grep -q Microsoft /proc/version; then
41+
echo 'WSL detected, applying workaround.'
42+
sed -i 's/dist\/lmdb.js/dist\/leveldb.js/' node_modules/@nimiq/jungle-db/package.json
43+
fi
44+
3945
RED='\033[0;31m'
4046
NC='\033[0m' # No Color
4147
echo 'startup_message off' >> ~/.screenrc

0 commit comments

Comments
 (0)