--- /dev/null
+Um eine Neuinstallation zu simulieren, muss erst die alte Version entfernt werden:
+
+!|test.util.CallScript|
+|call script|sudo apt-get -y remove kivitendo|
+|call script|sudo rm -r /opt/kivitendo-erp|
+|call script|sudo bin/remove-database|
+
--- /dev/null
+<?xml version="1.0"?>
+<properties>
+ <Edit/>
+ <Files/>
+ <Help/>
+ <Properties/>
+ <RecentChanges/>
+ <Refactor/>
+ <Search/>
+ <Suites/>
+ <Test/>
+ <Versions/>
+ <WhereUsed/>
+</properties>
--- /dev/null
+!|test.util.CallScript|
+|call script|sudo apt-get update|
+|call script|!-echo kivitendo |sudo apt-get install -y kivitendo-!|
+
+Während der Installation werden auf der Kommandozeile diverse Passwörter gefragt. Immer "kivitendo" eingeben!
\ No newline at end of file
--- /dev/null
+<?xml version="1.0"?>
+<properties>
+ <Edit/>
+ <Files/>
+ <Help/>
+ <Properties/>
+ <RecentChanges/>
+ <Refactor/>
+ <Search/>
+ <Suites/>
+ <Test/>
+ <Versions/>
+ <WhereUsed/>
+</properties>
--- /dev/null
+!|test.util.CallScript|
+|call script|sudo apt-get update|
+|call script|sudo apt-get -y full-upgrade|
+|call script|apt-cache policy kivitendo|
+
+Falls die Aktualisierung mit der Hand gemacht wird und dabei nach einem Passwort gefragt wird, muss immer "kivitendo" eingegeben werden!
--- /dev/null
+<?xml version="1.0"?>
+<properties>
+ <Edit/>
+ <Files/>
+ <Help/>
+ <Properties/>
+ <RecentChanges/>
+ <Refactor/>
+ <Search/>
+ <Suites/>
+ <Test/>
+ <Versions/>
+ <WhereUsed/>
+</properties>