|
@@ -479,6 +479,7 @@ function create_tox_user {
|
479
|
479
|
|
480
|
480
|
chmod +x /home/$MY_USERNAME/Desktop/*.desktop
|
481
|
481
|
chown ${MY_USERNAME}:${MY_USERNAME} /home/$MY_USERNAME/Desktop/*
|
|
482
|
+ echo $'Created Tox user' >> $INSTALL_LOG
|
482
|
483
|
}
|
483
|
484
|
|
484
|
485
|
function show_desktop_icons {
|
|
@@ -755,6 +756,7 @@ function setup_tahoelafs {
|
755
|
756
|
if [ ! -f ${TAHOELAFS_CONFIG} ]; then
|
756
|
757
|
exit 673923
|
757
|
758
|
fi
|
|
759
|
+ echo $'Configured Tahoe-LAFS' >> $INSTALL_LOG
|
758
|
760
|
}
|
759
|
761
|
|
760
|
762
|
# whether to reset the identity
|
|
@@ -812,7 +814,7 @@ if [ -f $MESH_INSTALL_SETUP ]; then
|
812
|
814
|
fi
|
813
|
815
|
configure_toxcore
|
814
|
816
|
create_tox_user
|
815
|
|
- setup_tahoelafs
|
|
817
|
+ #setup_tahoelafs
|
816
|
818
|
setup_ipfs
|
817
|
819
|
mesh_amnesic
|
818
|
820
|
|