mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2025-01-03 09:29:39 +00:00
4 lines
63 B
Bash
Executable file
4 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
cd $SWAP_DATADIR/basicswap
|
|
git pull
|
|
pip3 install .
|