implement install

This commit is contained in:
2022-06-10 21:54:50 +02:00
parent 2547ee5e26
commit 3b407c2fc4

5
Run.sh
View File

@@ -40,11 +40,14 @@ function install() {
}
function enable() {
#todo: setup serverpackages
add_ServerPackage CountryFlags32b
echo enable ok
}
function disable() {
del_ServerPackage CountryFlags32b
echo disable ok
}