Skip to content

Commit

Permalink
Merge pull request #67 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: v2.6.12
  • Loading branch information
themightychris authored Aug 20, 2021
2 parents 36ab3d3 + 7d18816 commit 2a45137
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .holo/sources/skeleton-v1.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[holosource]
url = "https://github.com/JarvusInnovations/emergence-skeleton.git"
ref = "refs/tags/v1.16.12"
ref = "refs/tags/v1.17.0"
6 changes: 5 additions & 1 deletion script/test-interactive
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ echo "==> test-interactive: verifying unionfs…"
if ! [ -x "$(command -v unionfs)" ]; then
echo "Please clone, build, and install the unionfs command:"
echo
echo "sudo apt-get install build-essential pkg-config fuse libfuse-dev # or equiv for your system"
echo "# on Ubuntu/Debian:"
echo "sudo apt-get install build-essential pkg-config fuse libfuse-dev"
echo
echo "# on Mac:"
echo "brew install pkg-config macfuse"
echo
echo "git clone https://github.com/rpodgorny/unionfs-fuse /tmp/unionfs-fuse"
echo "cd /tmp/unionfs-fuse"
Expand Down

0 comments on commit 2a45137

Please sign in to comment.