##// END OF EJS Templates
Correction 11-apt.sh
vidal -
r729:2cf5a41bac99
parent child
Show More
@@ -29,12 +29,6 else # BUILD_KERNEL=true
29 29
30 30 # Use specified APT server and release
31 31 sed -i "s/\/ftp.debian.org\//\/${APT_SERVER}\//" "${ETC_DIR}/apt/sources.list"
32 sed -i "s/ jessie/ ${RELEASE}/" "${ETC_DIR}/apt/sources.list"
33 fi
34
35
36 # Use specified APT server and release
37 sed -i "s/\/ftp.debian.org\//\/${APT_SERVER}\//" "${ETC_DIR}/apt/sources.list"
38 32
39 33 #Fix for changing path for security updates in testing
40 34 if [ "$RELEASE" = "testing" ] ; then
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant