13 lines
333 B
Bash
13 lines
333 B
Bash
#!/bin/bash
|
|
|
|
# File: shadowarch-sync
|
|
#
|
|
# Description: This file syncs the ShadowArch customization files over the ones created by other packages, like filesystem and pacman
|
|
#
|
|
# Package: AniNIX::Foundation/ShadowArch
|
|
# Copyright: WTFPL
|
|
#
|
|
# Author: DarkFeather <darkfeather@aninix.net>
|
|
|
|
rsync -avz /opt/aninix/ShadowArch/etc/ /etc/
|