13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
|
#!/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/
|