Skip to content

Commit 458e4d2

Browse files
Add error handling to setup.sh script
Co-authored-by: Matt-DESTROYER <69026158+Matt-DESTROYER@users.noreply.github.com>
1 parent c1cc321 commit 458e4d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23
# Install dependencies for GLFW-Snake project
34

45
sudo apt-get update

0 commit comments

Comments
 (0)