add bash script to help in add-repo command

This commit is contained in:
komeil Parseh 2022-04-12 22:54:11 +04:30
parent 18032acc36
commit 931fb24080
No known key found for this signature in database
GPG key ID: 1928AF673B1C4255

14
repoadd.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/bash
#set -x
if [ "$1" == "" ];then
echo "repoadd.sh <repo_name>"
exit 1
fi
cd x86_64
repo-add $1.db.tar.gz *pkg.tar.zst
mv $1.files.tar.gz ppr.files
mv $1.db.tar.gz ppr.db