mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-25 18:09:13 -04:00
11 lines
156 B
Bash
11 lines
156 B
Bash
#!/bin/bash
|
|
|
|
# setup dirs
|
|
cd ../../
|
|
|
|
mkdir core/updatefx
|
|
mkdir core/updatefx/builds
|
|
mkdir core/updatefx/builds/processed
|
|
mkdir core/deploy
|
|
|
|
cd package/linux |