Skip to content

Commit

Permalink
fix(Docker): update shebang to use env for bash
Browse files Browse the repository at this point in the history
Updated the shebang in require.sh to use /usr/bin/env for bash. This
ensures compatibility across different environments where bash might
not be located in /bin.
  • Loading branch information
Brian2074 committed Nov 4, 2024
1 parent 5391d6e commit 6a79e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/require.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

apt-get update
apt-get install -y alsa-utils libasound2 libasound2-dev x11-apps
Expand Down

0 comments on commit 6a79e51

Please sign in to comment.