mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix
This commit is contained in:
parent
41271634c9
commit
08e587a2c0
@ -2,7 +2,7 @@
|
|||||||
_pkgname=repo
|
_pkgname=repo
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.2.4
|
pkgver=0.2.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Bash script to manage remote Arch Linux repository"
|
pkgdesc="Bash script to manage remote Arch Linux repository"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -13,7 +13,6 @@ source /etc/de-p1st-repo/arch-repo.cfg || exit $?
|
|||||||
|
|
||||||
|
|
||||||
function main(){
|
function main(){
|
||||||
cd "${REMOTE_PKG_DIR}" || return $?
|
|
||||||
echo "Note: You may run 'arch-repo-push-new' and 'pacman -Sy' first ..."
|
echo "Note: You may run 'arch-repo-push-new' and 'pacman -Sy' first ..."
|
||||||
|
|
||||||
all_pkg_vers || return $?
|
all_pkg_vers || return $?
|
||||||
|
Loading…
Reference in New Issue
Block a user