Skip to content

Instantly share code, notes, and snippets.

@Surreal9
Last active June 23, 2021 23:35
Show Gist options
  • Save Surreal9/5dfc739f6b5c0e8cd10a452c1f65c905 to your computer and use it in GitHub Desktop.
Save Surreal9/5dfc739f6b5c0e8cd10a452c1f65c905 to your computer and use it in GitHub Desktop.
ubuntu 20.10 setup
sudo apt-get install -y tilix build-essential autoconf curl xclip chrome-gnome-shell git apt-transport-https
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
#curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
#echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
#sudo apt update && sudo apt install --no-install-recommends yarn
# Check out https://apt.syncthing.net/ probably has instructions like:
sudo curl -s -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
printf "Package: *\nPin: origin apt.syncthing.net\nPin-Priority: 990\n" | sudo tee /etc/apt/preferences.d/syncthing
sudo apt-get update
sudo apt-get install -y syncthing
sudo systemctl enable syncthing@john.service
sudo systemctl start syncthing@john.service
# postgres:
sudo apt-get install -y postgresql
@Surreal9
Copy link
Author

Surreal9 commented Jan 19, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment