Formatierung vereinheitlicht

This commit is contained in:
Felix Lohmeier 2020-12-22 23:21:15 +01:00
parent c3cbb59313
commit dc5ca64239
2 changed files with 4 additions and 4 deletions

View File

@ -168,7 +168,7 @@ Optional:
### Koha zurücksetzen (falls etwas total schiefgeht)
```bash
```shell
sudo koha-remove bibliothek
sudo apt purge koha-common
sudo rm -r /usr/share/koha

View File

@ -132,21 +132,21 @@ Note:
1. Java 8 installieren
```bash
```shell
sudo apt update
sudo apt install openjdk-8-jre-headless
```
2. Zip-Archiv herunterladen und entpacken
```bash
```shell
wget https://github.com/archivesspace/archivesspace/releases/download/v2.8.0/archivesspace-v2.8.0.zip
unzip -q archivesspace-v2.8.0.zip
```
3. ArchivesSpace starten
```bash
```shell
archivesspace/archivesspace.sh
```