Last modified by Fedi Abichou on 2023/11/02 13:30

From version 5.2
edited by Martin Uhl
on 2023/10/31 11:51
Change comment: There is no comment for this version
To version 5.1
edited by Martin Uhl
on 2023/10/31 11:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,6 +20,11 @@
20 20  Maestral kann ganz einfach als user selbst installiert werden mittels des Kommandos:
21 21  
22 22  
23 +{{html wiki="true"}}
24 +{{code}}$ python3 -m pip install --user --upgrade maestral[gui]
25 +{{/code}}
26 +{{/html}}
27 +
23 23  {{code language="sh"}}
24 24  $ python3 -m pip install --user --upgrade maestral[gui]
25 25  {{/code}}
... ... @@ -29,9 +29,7 @@
29 29  gestartet wird es dann mittels
30 30  
31 31  
32 -{{code}}
33 -$ ~/.local/bin/maestral_qt
34 -{{/code}}
37 +{{code}}<code>$ ~/.local/bin/maestral_qt</code>{{/code}}
35 35  
36 36  
37 37  
... ... @@ -52,11 +52,12 @@
52 52  Aus dem Home-Verzeichnis via Terminal folgendes ausrufen
53 53  
54 54  
55 -
58 +{{html wiki="true"}}
56 56  {{code}}git clone https://github.com/dark/dropbox-filesystem-fix.git
57 57  cd dropbox-filesystem-fix
58 58  make
59 59  {{/code}}
63 +{{/html}}
60 60  
61 61  
62 62