mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
Update README.md
This commit is contained in:
parent
aa12283893
commit
53ac57b2e3
@ -41,7 +41,7 @@ install-cli.php supports the following "channels":
|
||||
To change the channel, call install-cli.php <channel-to-update-to>.
|
||||
|
||||
### Switching a git installation from 16.1 to 17.1:
|
||||
(Only necessary for 16.1, 17.1+ use: install-cli.php <new-channel>
|
||||
(Only necessary for 16.1 or older, for 17.1+ use: install-cli.php <new-channel>!)
|
||||
```
|
||||
for d in . * activesync/vendor/z-push/z-push api/src/Db/ADOdb ; do [ -d $d/.git ] && (echo $d; cd $d; git checkout 17.1); done
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user