Bash script for patching/cracking Sublime Text on Linux including newest build 4107
NOTES
This script only works with an apt installation of Sublime Text, snap package cannot be supported because of it's read-only structure.
Sublime Text user preferences file interaction depends on Python so please make sure it's installed.
- Clone repository
- Add exec rights to the script if needed
chmod +x ./sublime_patch.sh
- Run script with superuser privileges
sudo ./sublime_patch.sh
- Done
You have an option to remove patches and rollback to the original Sublime Text state. In order to do that you need to run script again and choose "Restore from backup" option.