1
0
Fork 0

forgot to add path when cp-ing

This commit is contained in:
Pratham Patel 2022-11-20 19:06:23 +05:30
parent cfacd5da34
commit 98b91551ef
1 changed files with 2 additions and 2 deletions

View File

@ -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