mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-09-07 05:05:14 +02:00
@eshanized: push via push.sh 🎉 !!!
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Copy contents from /etc/skel to Home directory? (Y/n)"
|
||||
read -r response
|
||||
# shellcheck disable=SC2162
|
||||
read response
|
||||
|
||||
if [[ "$response" == [yY] ]]; then
|
||||
|
||||
|
Reference in New Issue
Block a user