mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-12-22 19:49:21 +00:00
4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
cd $SWAP_DATADIR/basicswap
|
|
git pull
|
|
$SWAP_DATADIR/venv/bin/pip install .
|