73da6b9d0d
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.
14 lines
218 B
Bash
Executable file
14 lines
218 B
Bash
Executable file
#!/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
|