Update linupx-scripts.sh

This commit is contained in:
2022-01-23 16:17:10 -06:00
parent 730ac8b5cd
commit aa4241d550

View File

@@ -415,7 +415,7 @@ SCRIPT_MENU() {
echo "" echo ""
echo -e "Last run: ${Green}${LASTRUND} ${LASTRUNT}${Color_Off}" echo -e "Last run: ${Green}${LASTRUND} ${LASTRUNT}${Color_Off}"
echo "---------------------------------------------------------------------------" echo "---------------------------------------------------------------------------"
OS=$(detect_os) OS=($(detect_os))
width=14 width=14
printf "%-${width}s: %s\n" "Machine" "${OS[0]}" printf "%-${width}s: %s\n" "Machine" "${OS[0]}"
printf "%-${width}s: %s\n" "Distribution" "${OS[1]}" printf "%-${width}s: %s\n" "Distribution" "${OS[1]}"