Created
July 2, 2019 01:19
-
-
Save mz0/e437447445dddda79d7a9853c0830f61 to your computer and use it in GitHub Desktop.
Adobe Brackets 1.14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://github.com/adobe/brackets/releases/download/release-1.14/Brackets.Release.1.14.64-bit.deb | |
curl -L https://github.com/adobe/brackets/releases/download/release-1.14/Brackets.Release.1.14.64-bit.deb > Brackets0.deb | |
dpkg-deb -R ./Brackets0.deb Brackets | |
sed -i 's/libcurl3/libcurl3 | libcurl4/' Brackets/DEBIAN/control | |
dpkg-deb -b Brackets Brackets-fixed.deb | |
sudo apt install -f ./Brackets-fixed.deb | |
# https://github.com/adobe/brackets/releases | |
# https://github.com/adobe/brackets/issues/14786#issuecomment-491285972 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment