laptop-detect

Attempt to determine if the script is running on a laptop or desktop. More information: <https://gitlab.com/debiants/laptop-detect>.

Install

All systems
curl cmd.cat/laptop-detect.sh
Debian Debian
apt-get install laptop-detect
Ubuntu
apt-get install laptop-detect
Arch Arch Linux
pacman -S laptop-detect
image/svg+xml Kali Linux
apt-get install laptop-detect
Windows (WSL2)
sudo apt-get update sudo apt-get install laptop-detect
Raspbian
apt-get install laptop-detect

Attempt to determine if the script is running on a laptop or desktop. More information: <https://gitlab.com/debiants/laptop-detect>.

  • Return an exit status of 0 if the current device is likely a laptop, else returns 1:
    laptop-detect
  • Print the type of device that the current system is detected as:
    laptop-detect --verbose
  • Display the version:
    laptop-detect --version

© tl;dr; authors and contributors