diff --git a/docs/build-instructions/linux.md b/docs/build-instructions/linux.md index 0a18ce9f7..359c780b9 100644 --- a/docs/build-instructions/linux.md +++ b/docs/build-instructions/linux.md @@ -21,16 +21,3 @@ Ubuntu LTS 12.04 64-bit is the recommended platform. ``` ## Troubleshooting - -### Ubuntu 14.04 - - * On Ubuntu 14.04 LTS if `libudev.so.0` does not exist you will get an error message - - ```sh - /usr/local/share/atom/atom: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory - ``` -On x64 systems you can solve this error by making a symlink - - ```sh - sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0 - ``` diff --git a/package.json b/package.json index 78d99b745..66762e476 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url": "http://github.com/atom/atom/raw/master/LICENSE.md" } ], - "atomShellVersion": "0.12.3", + "atomShellVersion": "0.12.4", "dependencies": { "async": "0.2.6", "atom-keymap": "^0.19.0",