repo deb
The repository can be added to the system by installing a package. The location of the repository can be changed in the future by pushing an update to the repo deb.
This commit is contained in:
parent
7645a4737f
commit
73da6b9d0d
15 changed files with 104 additions and 0 deletions
13
repo-deb/build.sh
Executable file
13
repo-deb/build.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
cp code-forgejo-org-crystal.asc stub/
|
||||
cp code-forgejo-org-crystal.asc main/
|
||||
cp forgejo-deb.list stub/
|
||||
cp forgejo-deb.list main/
|
||||
cd stub
|
||||
dpkg-buildpackage -b
|
||||
cd ..
|
||||
cd main
|
||||
dpkg-buildpackage -b
|
||||
cd ..
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue