mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Add a shebang to the deps install script
Duh.
This commit is contained in:
1
.github/actions/install_deps.sh
vendored
1
.github/actions/install_deps.sh
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
case `echo $1 | cut -d '-' -f 1` in
|
case `echo $1 | cut -d '-' -f 1` in
|
||||||
ubuntu)
|
ubuntu)
|
||||||
sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
|
|||||||
Reference in New Issue
Block a user