Fix File Path
This commit is contained in:
parent
0eb30e94a9
commit
d04a83c28a
|
@ -33,7 +33,7 @@ Nevertheless, still consider making backups of your data before trying a sync to
|
||||||
First, grab a fresh copy of osync and make it executable:
|
First, grab a fresh copy of osync and make it executable:
|
||||||
|
|
||||||
$ git clone https://github.com/deajan/osync
|
$ git clone https://github.com/deajan/osync
|
||||||
$ chmod +x ./osync.sh
|
$ chmod +x osync/osync.sh
|
||||||
|
|
||||||
Osync needs to run with bash shell. Using any other shell will most probably result in lots of errors.
|
Osync needs to run with bash shell. Using any other shell will most probably result in lots of errors.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue