mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
if [ ! -d "$HOME/.pqiPGPrc" ] ; then
|
||
|
mkdir "$HOME/.pqiPGPrc"
|
||
|
fi
|
||
|
|
||
|
# Now RS use OpenDHT
|
||
|
# It is posible, that the User has a .pqi configuration, but no kadc.ini
|
||
|
#if [ -e "$HOME/.pqiPGPrc/kadc.ini" ] ; then
|
||
|
# echo -n ""
|
||
|
#else
|
||
|
# cp /usr/share/retroshare/kadc.ini "$HOME/.pqiPGPrc/"
|
||
|
#fi
|
||
|
|
||
|
/usr/bin/RetroShare
|