Skip to content

Commit

Permalink
Merge branch 'release/v20.04.4-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyer42 committed Jul 14, 2022
2 parents 54e69e4 + 3ef5b19 commit a26d5c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v20.04.4-2] - 2022-07-14
### Changed
- Install cesappd separately (#450)

## [v20.04.4-1] - 2022-05-05
### Added
- Make sure scripts in /install are executable in Packer build process
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://cloudogu.com/">
<img src="https://cloudogu.com/assets/logo-2d2238fe45628d112266028f575036b59b4dbb5f4bda38997b5888d536354ddc.png" alt="cloudogu logo" title="Cloudogu" align="right" />
<img src="https://cloudogu.com/assets/logo-095998ba31b18880b374767049ac56c95557ff0261857a0fee1387cb1daabec0615d73812a26169d6c97cc5453435c210781c2ae7924212759677da3e63ef60d.png" alt="cloudogu logo" title="Cloudogu" align="right" />
</a>

# Cloudogu EcoSystem (CES)
Expand Down
5 changes: 5 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,10 @@ echo "building up a firewall"
echo "restart docker with new config"
systemctl restart docker.service

# install cesappd. This must be done separately and cannot be done in the `install-ces-packages.sh`-Script.
# See #450 for more information.
echo "Installing cesappd"
apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages cesappd

# print setup message
"$INSTALL_HOME"/install/setup-message.sh

0 comments on commit a26d5c2

Please sign in to comment.