Comment sid and backport repo since it is no more required
This commit is contained in:
parent
97a97d56e8
commit
8fc0f8cbd4
1 changed files with 8 additions and 7 deletions
15
install.sh
15
install.sh
|
@ -126,13 +126,14 @@ configure_plymouth (){
|
|||
fi
|
||||
}
|
||||
|
||||
message "\nAdd Debian stretch backport and Sid Repository :"
|
||||
cp ./files/apt/*.list /etc/apt/sources.list.d/
|
||||
cp ./files/apt/20-stable /etc/apt/preferences.d/
|
||||
cp ./files/apt/60-* /etc/apt/preferences.d/
|
||||
cp ./files/apt/80-* /etc/apt/preferences.d/
|
||||
message "done\n" "ok"
|
||||
|
||||
# rno need to install things from sid and backport in 10
|
||||
#message "\nAdd Debian stretch backport and Sid Repository :"
|
||||
#cp ./files/apt/*.list /etc/apt/sources.list.d/
|
||||
#cp ./files/apt/20-stable /etc/apt/preferences.d/
|
||||
#cp ./files/apt/60-* /etc/apt/preferences.d/
|
||||
#cp ./files/apt/80-* /etc/apt/preferences.d/
|
||||
#message "done\n" "ok"
|
||||
#
|
||||
|
||||
apt-get update &>/dev/null
|
||||
process_package_file files/packages.list
|
||||
|
|
Reference in a new issue