Skip to content

Commit b95dc74

Browse files
committed
Add shebang since I fogot to prevent exec format errors
1 parent 0499f13 commit b95dc74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# Download, extract, and move Godot files to /opt
24
wget https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_mono_linux_x86_64.zip
35
unzip Godot_v4.2.1-stable_mono_linux_x86_64.zip

0 commit comments

Comments
 (0)