Add a shebang to the deps install script

Duh.
This commit is contained in:
ISSOtm
2022-03-10 00:03:54 +01:00
parent af70d555fc
commit 0c4f1f8334

View File

@@ -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