Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michaelhenry/2a2e67b7c5c1e7cb4ec8faae9366d0a3 to your computer and use it in GitHub Desktop.
Save michaelhenry/2a2e67b7c5c1e7cb4ec8faae9366d0a3 to your computer and use it in GitHub Desktop.

Execute these lines:

sudo sh -c 'cat > /etc/apt/sources.list.d/focal-dell.list << EOF
deb http://dell.archive.canonical.com/updates/ focal-dell public
deb http://dell.archive.canonical.com/updates/ focal-oem public
deb http://dell.archive.canonical.com/updates/ focal-somerville public
deb http://dell.archive.canonical.com/updates/ focal-somerville-melisa public
EOF'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9FDA6BED73CDC22
sudo apt update -qq

sudo apt install oem-somerville-melisa-meta libfprint-2-tod1-goodix oem-somerville-meta tlp-config -y

sudo add-apt-repository ppa:boltgolt/howdy -y
sudo apt update -qq
sudo apt install howdy -y

After installation complete:

Go Settings -> Users -> Enable Fingerprint Login

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment