@eshanized: push via script

This commit is contained in:
2024-03-04 12:38:03 +05:30
parent fc2d834cee
commit 21abc33541

View File

@@ -0,0 +1,7 @@
post_install() {
echo -e "\n** The files have been installed in /etc/skel/.config/neofetch **\n"
}
post_upgrade() {
post_install
}