Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Aug 5, 2019
1 parent 55c3538 commit 7d297e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ build_deb () {
build_deb

if [ $install -eq 1 ]; then
sudo -v su -c "dpkg -i ${dist_directory}/*.deb"
sudo su -c "dpkg -i ${dist_directory}/*.deb"
fi

exit "$rc"

0 comments on commit 7d297e7

Please sign in to comment.