mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-12-22 19:49:21 +00:00
7 lines
151 B
Bash
Executable file
7 lines
151 B
Bash
Executable file
#!/bin/bash
|
|
. $SWAP_DATADIR/venv/bin/activate && python -V
|
|
if [[ $TAILS ]]; then
|
|
/usr/local/bin/bsx/tails_setup.sh
|
|
else
|
|
/usr/local/bin/bsx/setup.sh
|
|
fi
|