Copy missing files for repo managing
This commit is contained in:
parent
21c5700337
commit
886a17fd89
1 changed files with 3 additions and 4 deletions
|
@ -123,11 +123,10 @@ configure_plymouth (){
|
||||||
}
|
}
|
||||||
|
|
||||||
message "\nAdd Debian stretch backport and Sid Repository :"
|
message "\nAdd Debian stretch backport and Sid Repository :"
|
||||||
cp ./files/apt/10.stretch_backport.list /etc/apt/sources.list.d/
|
cp ./files/apt/*.list /etc/apt/sources.list.d/
|
||||||
cp ./files/apt/20.sid.list /etc/apt/sources.list.d/
|
|
||||||
cp ./files/apt/20-stable /etc/apt/preferences.d/
|
cp ./files/apt/20-stable /etc/apt/preferences.d/
|
||||||
cp ./files/apt/80-fusioninventory /etc/apt/preferences.d/
|
cp ./files/apt/60-* /etc/apt/preferences.d/
|
||||||
cp ./files/apt/80-papirus-icon-theme /etc/apt/preferences.d/
|
cp ./files/apt/80-* /etc/apt/preferences.d/
|
||||||
message "done\n" "ok"
|
message "done\n" "ok"
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue