mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2026-01-07 20:51:30 +00:00
6 lines
175 B
Bash
6 lines
175 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Tell build process to exit if there are any errors.
|
|
set -oue pipefail
|
|
|
|
cp -r "$BLING_DIRECTORY/files/usr/share/ublue-os/just" "/usr/share/ublue-os/just" |