aboutsummaryrefslogtreecommitdiff
path: root/src/cpt-install
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpt-install')
-rwxr-xr-xsrc/cpt-install7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/cpt-install b/src/cpt-install
index aab70ea..44842a3 100755
--- a/src/cpt-install
+++ b/src/cpt-install
@@ -18,7 +18,6 @@ if [ -f ./cpt-lib ]; then . ./cpt-lib; else . cpt-lib; fi
}
pkg_order "$@"
-
create_cache
# shellcheck disable=2154
@@ -30,10 +29,10 @@ unset msg
for pkg in $order; do
[ -f "$sys_db/$pkg/message" ] && {
- printf '%s\n%s\n%s\n\n' \
- "=======================================" \
+ printf '\033[1m%s\n%s\n%s\033[m\n\n' \
+ "$(_multiply_char '=' 60)" \
"$pkg" \
- "======================================="
+ "$(_multiply_char '=' 60)"
cat "$sys_db/$pkg/message" >&2
msg=1
}