diff --git a/compilation.sh b/compilation.sh
index 5ecf053..b91e743 100755
--- a/compilation.sh
+++ b/compilation.sh
@@ -22,7 +22,7 @@ fi
 
 ## get source and build
 # get build deps
-sudo apt-get -y install v4l-utils libv4l-dev libudev-dev libvulkan-dev libdbus-1-dev
+apt install v4l-utils libv4l-dev libudev-dev libvulkan-dev libdbus-1-dev -y
 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
 . ~/.cargo/env