[v0.25] Fixed some details in README and build.sh

This commit is contained in:
Dr-Noob
2022-12-03 14:46:48 +00:00
parent a6f0c18fcb
commit 9837236c7e
2 changed files with 2 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ If there is a NVIDIA GPU or Intel iGPU in the system and the appropiate backend
You will need (mandatory):
- C++ compiler (e.g, `g++`)
- `zlib`
- `cmake`
- `make`

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# gpufetch build script
set -e