Skip to content

Commit 1cf5402

Browse files
authored
Merge pull request #34 from probonopd/patch-1
Fix typo in ffmpeg installation command
2 parents 5558e56 + 350d760 commit 1cf5402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-dependencies-linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install_debian()
4646
sudo apt --yes install libxkbcommon-dev
4747
sudo apt --yes install wayland-protocols
4848
sudo apt --yes install libcurl4-gnutls-dev
49-
sudu apt --yes install ffmpeg
49+
sudo apt --yes install ffmpeg
5050
sudo apt --yes install libavcodec-dev libavformat-dev libavdevice-dev libavfilter-dev libavutil-dev
5151
sudo apt --yes install libao-dev
5252

0 commit comments

Comments
 (0)