Skip to content

Instantly share code, notes, and snippets.

@mz0
Created July 2, 2019 01:19
Show Gist options
  • Save mz0/e437447445dddda79d7a9853c0830f61 to your computer and use it in GitHub Desktop.
Save mz0/e437447445dddda79d7a9853c0830f61 to your computer and use it in GitHub Desktop.
Adobe Brackets 1.14
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