diff --git a/AdminScripts/shadowarch-sync b/AdminScripts/shadowarch-sync index 7c9af3a..a567824 100644 --- a/AdminScripts/shadowarch-sync +++ b/AdminScripts/shadowarch-sync @@ -9,14 +9,14 @@ # # Author: DarkFeather -seconds=10 -echo "This will sync your /etc files with the AniNIX defaults and add the AniNIX -GPG key for pacman." -echo "Proceeding in $seconds seconds. Is this OK? [YES/no] " -timeout $seconds cat | read answer -if [[ "${answer,,}" =~ ^n ]]; then - exit 0; -fi +# seconds=10 +# echo "This will sync your /etc files with the AniNIX defaults and add the AniNIX +# GPG key for pacman." +# echo "Proceeding in $seconds seconds. Is this OK? [YES/no] " +# timeout $seconds cat | read answer +# if [[ "${answer,,}" =~ ^n ]]; then +# exit 0; +# fi rsync -avz /opt/aninix/ShadowArch/etc/ /etc/ keyid=D9DC5933A1B0D4F7