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 4.1
edited by Martin Uhl
on 2023/10/31 11:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,18 +20,20 @@
20 20  Maestral kann ganz einfach als user selbst installiert werden mittels des Kommandos:
21 21  
22 22  
23 -{{code language="sh"}}
24 -$ python3 -m pip install --user --upgrade maestral[gui]
23 +{{html wiki="true"}}
24 +{{code}}$ python3 -m pip install --user --upgrade maestral[gui]
25 25  {{/code}}
26 +{{/html}}
26 26  
28 +
27 27  == Aufrufen ==
28 28  
29 29  gestartet wird es dann mittels
30 30  
31 31  
32 -{{code}}
33 -$ ~/.local/bin/maestral_qt
34 -{{/code}}
34 +{{html wiki="true"}}
35 +{{code}}<code>$ ~/.local/bin/maestral_qt</code>{{/code}}
36 +{{/html}}
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 -
57 +{{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}}
62 +{{/html}}
60 60  
61 61  
62 62