This commit is contained in:
BioArchLinuxBot 2022-04-10 21:29:13 +00:00
parent 1b2b023ded
commit 6059e3d8ab
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
title: "pkgs.org includes the status our repository"
date: 2022-04-10T21:26:33Z
draft: false
---
pkgs.org is a web to show packages from different distributions and repository, now pkgs.org include our repository.

7
push.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
git pull
hugo -D
git add .
git commit -m "update"
git push