Skip to content

Commit

Permalink
fix(deck): Add standard script header to mesa-fix_2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Dec 30, 2024
1 parent fcaccf8 commit 38fcabf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions files/scripts/mesa-fix_2.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#!/usr/bin/env bash

# Tell this script to exit if there are any errors.
# You should have this in every custom script, to ensure that your completed
# builds actually ran successfully without any errors!
set -oue pipefail

rsync -a /tmp/mesa-fix64/ /usr/lib64/
rsync -a /tmp/mesa-fix32/ /usr/lib/
rm -rf /tmp/mesa-fix64
Expand Down

0 comments on commit 38fcabf

Please sign in to comment.