mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
rm balena-etcher
This commit is contained in:
parent
dd96e42b25
commit
a09cad7509
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -22,9 +22,6 @@
|
||||
[submodule "pkg/aurutils"]
|
||||
path = pkg/aurutils
|
||||
url = https://aur.archlinux.org/aurutils.git
|
||||
[submodule "pkg/balena-etcher"]
|
||||
path = pkg/balena-etcher
|
||||
url = https://aur.archlinux.org/balena-etcher.git
|
||||
[submodule "pkg/calindori-git"]
|
||||
path = pkg/calindori-git
|
||||
url = https://aur.archlinux.org/calindori-git.git
|
||||
|
0
build-pkg/pkglist-REMOVED.txt
Normal file
0
build-pkg/pkglist-REMOVED.txt
Normal file
@ -1 +0,0 @@
|
||||
Subproject commit 345d1465c1f07ce622d131ffd7030a4213d62095
|
@ -94,7 +94,10 @@ de-p1st-repo-0.1.1-3-any.pkg.tar.zst
|
||||
On your remote server:
|
||||
|
||||
```shell
|
||||
repo-remove REMOTE_DB_NAME.db.tar.gz PKG
|
||||
rm PKG-VERSION.pkg.tar.{xz,zst}
|
||||
rm -r db/PKG/
|
||||
PKG=xml2
|
||||
REPO_NAME=de-p1st
|
||||
|
||||
repo-remove "${REPO_NAME}".db.tar.gz "${PKG}"
|
||||
rm "${PKG}"-PKG-VERSION.pkg.tar.{xz,zst}
|
||||
rm -r db/"${PKG}"/
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user