mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
8 lines
401 B
Bash
8 lines
401 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -oue pipefail
|
|
mv /tmp/files/assets/images/distributor-logo.svg /usr/share/icons/hicolor/scalable/places/distributor-logo.svg
|
|
mv /tmp/files/assets/splash/default.jxl /usr/share/backgrounds/default.jxl
|
|
mv /tmp/files/assets/splash/default-dark.jxl /usr/share/backgrounds/default-dark.jxl
|
|
mv /tmp/files/assets/images/watermark.png /usr/share/plymouth/themes/spinner/watermark.png
|