From 98b91551efa71b6788d725e3038d6b0ad2a75ac2 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 20 Nov 2022 19:06:23 +0530 Subject: [PATCH] forgot to add path when cp-ing --- scripts/pratham-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pratham-setup.sh b/scripts/pratham-setup.sh index 13439fa..ef1e7e4 100644 --- a/scripts/pratham-setup.sh +++ b/scripts/pratham-setup.sh @@ -90,14 +90,14 @@ rsync \ --progress --stats \ --itemize-changes --checksum \ --exclude=".git" --exclude=".gitignore" --exclude="README.md" \ - ~/dotfiles/ ~/ + ~/my-git-repos/dotfiles/ ~/ rsync \ --verbose --recursive --size-only --human-readable \ --progress --stats \ --itemize-changes --checksum \ --exclude=".git" --exclude=".gitignore" \ - ~/dotfiles-priv/ ~/ + ~/my-git-repos/dotfiles-priv/ ~/ # podman? #grep net.ipv4.ping_group_range /etc/sysctl.conf || echo "net.ipv4.ping_group_range=0 $(grep pratham /etc/subuid | awk -F ":" '{print $2 + $3}')" | doas tee -a /etc/sysctl.conf