install-assets.sh: New script
Add new script for installing assets. Also adding an example, for fish + neofetch greeting - an Arch Linux logo PNG.
This commit is contained in:
parent
d781ab7633
commit
5b2a2f0032
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
CURDIR="$(dirname "$0")"
|
||||
. "${CURDIR}/../helpers/root_guard.sh"
|
||||
root_guard
|
||||
|
||||
install -m 644 "${CURDIR}/../files/assets/archlinux-logo.png" /usr/share/custom/assets/
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
Loading…
Reference in New Issue