shithub: rgbds

Download patch

ref: 0c4f1f83340647f4abf5484271d7248d606d2dff
parent: af70d555fc98a23fa15e70b762dfe2c6d15e2878
author: ISSOtm <eldredhabert0@gmail.com>
date: Wed Mar 9 19:03:54 EST 2022

Add a shebang to the deps install script

Duh.

--- a/.github/actions/install_deps.sh
+++ b/.github/actions/install_deps.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 case `echo $1 | cut -d '-' -f 1` in
 	ubuntu)
 		sudo apt-get -qq update