- Make a backup of
/etc/os-release1
cp /etc/os-release /etc/os-release.backup - Update
/etc/os-releasematch the bellow template1 2 3 4 5 6 7 8 9 10 11 12 13
NAME="Pop!_OS" VERSION="22.04 LTS" ID=ubuntu ID_LIKE="ubuntu debian" PRETTY_NAME="Ubuntu 22.04 LTS" VERSION_ID="22.04" HOME_URL="https://pop.system76.com" SUPPORT_URL="https://support.system76.com" BUG_REPORT_URL="https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL="https://system76.com/privacy" VERSION_CODENAME=jammy UBUNTU_CODENAME=jammy LOGO=distributor-logo-pop-os
- Run the install command
1
curl --tlsv1.2 --silent --show-error --header 'x-connect-key: !ConnectionKey' https://kickstart.jumpcloud.com/Kickstart | sudo bash
How to Install Jumpcloud on PopOS
This post is licensed under
CC BY 4.0
by the author.