Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/easydep4j' into easydep4j
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Feb 28, 2023
2 parents 8e4a4ea + a72d27e commit 33efd86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ the cloned repository, and symlink to the prepared directory to make it availabl
```shell
curl -s https://repos.azul.com/azul-repo.key | sudo gpg --dearmor -o /usr/share/keyrings/azul.gpg
echo "deb [signed-by=/usr/share/keyrings/azul.gpg] https://repos.azul.com/zulu/deb stable main" | sudo tee /etc/apt/sources.list.d/zulu.list
sudo apt install zulu17-jre-headless
sudo apt update
sudo apt install -y zulu17-jre-headless
```

### Env Configuration
Expand Down Expand Up @@ -59,6 +60,8 @@ sudo apt install zulu17-jre-headless
### Systemd

```shell
sudo mkdir -p /usr/lib/easydep
sudo touch /etc/default/easydep
sudo nano /etc/systemd/system/easydep.service
```

Expand Down

0 comments on commit 33efd86

Please sign in to comment.