Skip to content

Instantly share code, notes, and snippets.

View federicoemartinez's full-sized avatar

Federico Martinez federicoemartinez

  • Buenos Aires, Argentina
View GitHub Profile
@VioletGiraffe
VioletGiraffe / install.sh
Last active March 10, 2024 17:23 — forked from adduc/install.sh
My installation of tortoisehg on Ubuntu 20.04 and newer
#!/bin/bash
TARGET_DIR=~/Downloads/repos/third-parties
TORTOISEHG_VERSION=${5:-stable}
prepare() {
sudo apt-get -y update
sudo apt-get -y install \
curl \