Skip to content

Commit 256f4fb

Browse files
committed
Fix debian build req
1 parent f9b76ae commit 256f4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deb-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
# Install required packages for building the Debian package
3-
sudo apt install devscripts zip
3+
sudo apt install devscripts zip build-essential

0 commit comments

Comments
 (0)