fixed the way to obtain package lists, mutualised debian familly conf, added separator

This commit is contained in:
2021-11-26 11:40:51 +01:00
parent 4fe284eb59
commit 6db50b3d69
7 changed files with 68 additions and 62 deletions

View File

@@ -124,6 +124,20 @@ prnt()
export -f prnt
# ------------------------------------------------------------------------------
# Draw a separator line
separator()
{
echo -ne "$BYellow"
local i=0
for i in {1..79}; do
echo -n "-"
done
echo -e "$DEFAULTCOL"
}
export -f separator
# ------------------------------------------------------------------------------
# Sleep and display a counter (or "the second parameter" every second)
dsleep()
@@ -141,6 +155,8 @@ dsleep()
done
echo
}
export -f dsleep
# ------------------------------------------------------------------------------
# Dump the keyboard's buffer