summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rwxr-xr-xother/travis/freebsd-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/travis/freebsd-install b/other/travis/freebsd-install
index d2f0164b..55ae1c43 100755
--- a/other/travis/freebsd-install
+++ b/other/travis/freebsd-install
@@ -21,6 +21,7 @@
21# package updates, and we do incremental system and package updates on every 21# package updates, and we do incremental system and package updates on every
22# change to the list of git tags (i.e. on every toxcore release, presumably). 22# change to the list of git tags (i.e. on every toxcore release, presumably).
23 23
24sudo apt-get update
24sudo apt-get install -y qemu 25sudo apt-get install -y qemu
25 26
26OLD_PWD="$PWD" 27OLD_PWD="$PWD"