diff --git a/02_funktion-und-aufbau-von-bibliothekssystemen.md b/02_funktion-und-aufbau-von-bibliothekssystemen.md index 517d7bd..a6aa9f5 100644 --- a/02_funktion-und-aufbau-von-bibliothekssystemen.md +++ b/02_funktion-und-aufbau-von-bibliothekssystemen.md @@ -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 diff --git a/03_funktion-und-aufbau-von-archivsystemen.md b/03_funktion-und-aufbau-von-archivsystemen.md index 5408353..34cb20d 100644 --- a/03_funktion-und-aufbau-von-archivsystemen.md +++ b/03_funktion-und-aufbau-von-archivsystemen.md @@ -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 ```