Is there a way to automate or script the upgrade of Ubuntu LTS v18.04 to v20.04
Page 1 / 1
Hello,
You can accomplish this with a Worklet.
DEVICE TARGETING
Attribute: ‘OS Version’ ‘IS’ ‘Linux Ubuntu 18.04’
EVALUATION CODE
#!/bin/bash
exit 1
REMEDIATION CODE
#!/bin/bash
sudo do-release-upgrade -f DistUpgradeViewNonInteractive
Reply
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.