Skip to content

Commit 1a12330

Browse files
committed
Show uptime at init
1 parent bbe4edb commit 1a12330

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ echo "Audio driver: $(get_audio_driver)"
3131
echo "Chassis: $(get_chassis_type)"
3232
echo "EFI support: ${HAS_EFI_SUPPORT}"
3333
echo "Has battery: ${IS_BATTERY_DEVICE}"
34+
echo "Uptime: $(uptime -p | sed 's/^up //g')"
3435

3536
if ${HAS_GUI}; then
3637
echo "Display: $(get_screen_width)x$(get_screen_height), $(get_screen_dpi) DPI"

0 commit comments

Comments
 (0)