6 lines
No EOL
240 B
Bash
6 lines
No EOL
240 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Tell build process to exit if there are any errors.
|
|
set -euo pipefail
|
|
|
|
echo "ublue-os-wallpapers are currently unavailable in this module, check out https://github.com/xynydev/ublue-os-wallpapers for manual downloads" |