mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
apt update exploding because repo changed its 'Suite' value from 'stable' to 'oldstable' >_> ...
This commit is contained in:
parent
f6ceddbd0f
commit
d751fee94f
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PKG_PATH=$1
|
||||
|
||||
apt-get -q update
|
||||
apt-get -q update --allow-releaseinfo-change
|
||||
|
||||
cd $PKG_PATH
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/apt-get update
|
||||
/usr/bin/apt-get update --allow-releaseinfo-change
|
||||
|
|
|
@ -4,6 +4,6 @@ codename=$1
|
|||
package=$2
|
||||
version=$3
|
||||
|
||||
apt-get update > /dev/null 1>&1
|
||||
apt-get update --allow-releaseinfo-change > /dev/null 1>&1
|
||||
apt-get -q --download-only --only-source \
|
||||
source ${package}=${version}
|
||||
|
|
Loading…
Reference in a new issue