Add gotify
optimize apt without recommends packages add package dpkg fakeroot when needed
This commit is contained in:
parent
a340b7db22
commit
b69d1ee47f
29 changed files with 77 additions and 94 deletions
|
@ -3,15 +3,12 @@
|
|||
STEP="envinit prebuild makedeb"
|
||||
|
||||
envinit() {
|
||||
apt install -y git
|
||||
apt install -y --no-install-recommends git fakeroot dpkg
|
||||
}
|
||||
|
||||
prebuild(){
|
||||
VERSION=$1
|
||||
cd /tmp/
|
||||
git clone https://github.com/RSS-Bridge/rss-bridge.git
|
||||
cd rss-bridge/
|
||||
git checkout $VERSION
|
||||
GIT_VERSION=$1
|
||||
git clone --depth 1 -b ${GIT_VERSION} https://github.com/RSS-Bridge/rss-bridge.git /tmp/rss-bridge
|
||||
}
|
||||
|
||||
makedeb(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue