mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
add checks to linux builder
Former-commit-id: dc534a55c0b034cc4fd01e0a340418f79c0ec7f1
This commit is contained in:
parent
01d7d908f8
commit
72a5f3da0e
2 changed files with 17 additions and 3 deletions
|
|
@ -8,6 +8,12 @@
|
|||
|
||||
arch=$(uname -m)
|
||||
|
||||
screenfind=$(which screen)
|
||||
if [ -z $curlfind ]; then
|
||||
echo "Can't find 'screen' installed. That script needs it!";
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
if [ $arch == "x86_64" ]
|
||||
screen -Adm -S i2pd ./i2pd-x86_64 --datadir=.
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue