master
marxzuckerburg 4 years ago
parent 44972a9417
commit 2f8cda1288

@ -308,7 +308,7 @@ class ProfileScreen(ProtectedScreen):
# desc from us
self.log('do I know where ')
self.log(f'do I know where {self.app.username} lives?')
if not self.app.comrad.exists_locally(self.app.username):
author_desc=f'Comrad @{self.app.username} is not a contact of yours.'
self.author_desc = AuthorDesc(text=author_desc)

@ -145,6 +145,8 @@ case "${unameOut}" in
esac
# echo ${machine}
echo "Machine $machine detected."
if [ "$machine" = "Linux" ]
then
if [ ! -f "miniconda.sh" ]

Loading…
Cancel
Save