add packages

This commit is contained in:
2023-12-18 19:48:22 +00:00
parent 62cb8f7307
commit 1f7e4bdd0e
13 changed files with 81 additions and 34 deletions

View File

@@ -0,0 +1,9 @@
post_install() {
echo -e "##########################################################"
echo -e "## Config files were placed /etc/cbsh/.config/cbsh-macs ##"
echo -e "##########################################################"
}
post_upgrade() {
post_install
}