This commit is contained in:
Felix Lohmeier 2019-04-02 00:52:35 +02:00
parent 69ba276a7b
commit acdb2f4897
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@ apt update && apt upgrade
- ```
apt install openjdk-8-jre-headless unzip
```
- Java Workaround für Cloud-Server
- ```
sed -i 's/securerandom.source=file:\/dev\/random/securerandom.source=file:\/dev\/urandom/' /etc/java-8-openjdk/security/java.security
```