How can I safely update apps installed from GitHub?

0
11
Asked By CuriousCat88 On

I've customized and installed a few applications from GitHub, specifically Klassy, Darkly, and Glass. They've been updated frequently on GitHub, and I'm wondering how to update them safely without losing my custom configurations. What are the best ways to go about this?

2 Answers

Answered By BackupBuddy456 On

You should definitely take regular backups before trying to update anything. It's always a good idea to test new versions in a virtual machine before applying them to your main setup. And remember to understand your commands well before executing them!

Answered By TechSavvy123 On

If the applications have package repositories, that's typically the easiest and safest route for updates. But if you're not inclined to use those or if they have outdated versions, you’ll need to manually pull the latest changes from GitHub, rebuild the apps, and then install them again, ensuring to override the older versions.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.