This guide is a short form of MongoDB and MySQL Compared from mongoDB
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
#!/bin/sh | |
echo "Removing lock files!" | |
sudo rm /var/lib/apt/lists/lock | |
sudo rm /var/cache/apt/archives/lock | |
sudo rm /var/lib/dpkg/lock | |
echo "Adding repo of atom" | |
sudo add-apt-repository ppa:webupd8team/atom |
NewerOlder