Skip to content

Commit

Permalink
fix in installation scripts (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
  • Loading branch information
gabrik committed Aug 1, 2019
1 parent 2a64389 commit b2e6994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fos_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ fi
tar -xzvf /tmp/fos.tar.gz -C src/agent/_build/default/fos-agent
rm -rf /tmp/fos.tar.gz

make -C src/im/python

sudo make install

uuid=$(to_uuid $(cat '/etc/machine-id'))
Expand Down
2 changes: 2 additions & 0 deletions install_fos_lxd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ fi
tar -xzvf /tmp/fos.tar.gz -C src/agent/_build/default/fos-agent
rm -rf /tmp/fos.tar.gz

make -C src/im/python

sudo make install

uuid=$(to_uuid $(cat '/etc/machine-id'))
Expand Down

0 comments on commit b2e6994

Please sign in to comment.