Skip to content

Commit

Permalink
Merge pull request #31 from manics/ubuntu-meld
Browse files Browse the repository at this point in the history
Add devtools module
  • Loading branch information
AaronJackson authored Mar 26, 2024
2 parents 5bbe4b6 + fbbf61f commit f62aa41
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/devtools.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
# Useful utilities/tools for development in a TRE

set -eu

sudo apt-get update -y -q
sudo apt-get install -y -q \
meld

0 comments on commit f62aa41

Please sign in to comment.