Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dp1 committed Dec 7, 2023
1 parent c168f19 commit 65f0cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -o errexit -o pipefail -o nounset

sudo apt install -y devscripts debhelper distro-info-data distro-info dh-exec cargo libseccomp-dev
sudo apt-get update && sudo apt-get install -y devscripts debhelper distro-info-data distro-info dh-exec cargo libseccomp-dev

assert_non_empty() {
name=$1
Expand Down

0 comments on commit 65f0cb8

Please sign in to comment.