bugfix
This commit is contained in:
@@ -126,7 +126,7 @@ if [[ "${DE}" == "xfce" || "${DDE}" == "xfce" ]]; then
|
||||
fi
|
||||
|
||||
# Set basic configuration
|
||||
SOURCE_DIR="$SCRIPT_DIR/config-files/debian/"
|
||||
SOURCE_DIR="$SCRIPT_DIR/config-files/debian"
|
||||
DEST_DIR="$HOME"
|
||||
|
||||
# 1. Check if the source directory exists
|
||||
@@ -137,8 +137,9 @@ if [[ "${DE}" == "xfce" || "${DDE}" == "xfce" ]]; then
|
||||
|
||||
# 2. Copy files from source to destination recursively
|
||||
say_yellow "Copying all files and directories (including hidden ones) from $SOURCE_DIR to $DEST_DIR"
|
||||
cp -vrf "$SOURCE_DIR"/.* "$SOURCE_DIR"/* "$DEST_DIR"/
|
||||
|
||||
shopt -s dotglob
|
||||
cp -vrf "$SOURCE_DIR"/* "$DEST_DIR"/
|
||||
shopt -u dotglob
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user