Skip to content

Commit

Permalink
Korrektur Installationsbefehle
Browse files Browse the repository at this point in the history
  • Loading branch information
felixlohmeier committed Oct 8, 2019
1 parent 235da60 commit 78f06a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 02-koha-install.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"metadata": {},
"outputs": [],
"source": [
"sudo apt-get install -q -y koha-common mariadb-server"
"sudo apt-get install -qq -y koha-common mariadb-server"
]
},
{
Expand All @@ -68,7 +68,7 @@
"metadata": {},
"outputs": [],
"source": [
"sudo sed -i 's/DOMAIN=\".myDNS.org\"/DOMAIN=\".meine-schule.org\"/' /etc/koha/koha-sites.conf"
"sudo sed -i 's/DOMAIN=\".myDNSname.org\"/DOMAIN=\".meine-schule.org\"/' /etc/koha/koha-sites.conf"
]
},
{
Expand Down

0 comments on commit 78f06a9

Please sign in to comment.