added linuxmint

This commit is contained in:
Pardesi_Cat 2023-10-07 02:06:21 +05:30
parent 6d7d9cf3b2
commit e436e16444
Signed by: pardesicat
GPG Key ID: 331A25436287A3CF
1 changed files with 20 additions and 0 deletions

20
linuxmint.sh Normal file
View File

@ -0,0 +1,20 @@
#!/bin/bash
# written by pardeiscat
income="rsync-packages.linuxmint.com::packages"
name="linuxmint"
path=/home/linuxmirror/"$name"
syync () {
rsync -rlptH --safe-links --delete-delay --delay-updates "$income" "$path"
}
echo -e "starting the "$name" sync"
sleep 2
syync