Fix: Added in the repo key
Added inthe Peppemrint Repo Key Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
48b9dd1a14
commit
c1ef8195cc
Binary file not shown.
|
@ -102,7 +102,7 @@ XFCE_LIST = ('xfce4\n'
|
||||||
'plank\n'
|
'plank\n'
|
||||||
'mugshot\n'
|
'mugshot\n'
|
||||||
'menulibre\n'
|
'menulibre\n'
|
||||||
# 'marwaita-for-xfwm'
|
'marwaita-for-xfwm'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -156,7 +156,7 @@ GENERAL_SHARED_LIST = ('alsa-utils\n'
|
||||||
'neofetch\n'
|
'neofetch\n'
|
||||||
'network-manager-gnome\n'
|
'network-manager-gnome\n'
|
||||||
'ntp\n'
|
'ntp\n'
|
||||||
#'pepermint-wallpapers\n'
|
'pepermint-wallpapers\n'
|
||||||
'pulseaudio-module-bluetooth\n'
|
'pulseaudio-module-bluetooth\n'
|
||||||
'python3-pip\n'
|
'python3-pip\n'
|
||||||
'python3-tk\n'
|
'python3-tk\n'
|
||||||
|
|
|
@ -299,7 +299,7 @@ def shared_files():
|
||||||
logger.info("Copy Shared Files")
|
logger.info("Copy Shared Files")
|
||||||
|
|
||||||
src_paths = ('/aliases/bash_aliases',
|
src_paths = ('/aliases/bash_aliases',
|
||||||
# '/sources/peppermint.list',
|
'/sources/peppermint.list',
|
||||||
'/PepProTools/xDaily',
|
'/PepProTools/xDaily',
|
||||||
'/PepProTools/hub',
|
'/PepProTools/hub',
|
||||||
'/PepProTools/welcome',
|
'/PepProTools/welcome',
|
||||||
|
@ -307,10 +307,11 @@ def shared_files():
|
||||||
'/lightdm/lightdm.conf',
|
'/lightdm/lightdm.conf',
|
||||||
'/lightdm/lightdm-gtk-greeter.conf',
|
'/lightdm/lightdm-gtk-greeter.conf',
|
||||||
'/plymouth/plymouthd.conf',
|
'/plymouth/plymouthd.conf',
|
||||||
|
'/repo_public_key/trusted.gpg',
|
||||||
|
|
||||||
)
|
)
|
||||||
des_paths = ('/etc/skel/.bash_aliases',
|
des_paths = ('/etc/skel/.bash_aliases',
|
||||||
# '/etc/apt/sources.list.d',
|
'/etc/apt/sources.list.d',
|
||||||
'/usr/local/bin/xDaily',
|
'/usr/local/bin/xDaily',
|
||||||
'/usr/local/bin/hub',
|
'/usr/local/bin/hub',
|
||||||
'/usr/local/bin/welcome',
|
'/usr/local/bin/welcome',
|
||||||
|
@ -318,6 +319,8 @@ def shared_files():
|
||||||
'/etc/lightdm/lightdm.conf',
|
'/etc/lightdm/lightdm.conf',
|
||||||
'/etc/lightdm/lightdm-gtk-greeter.conf',
|
'/etc/lightdm/lightdm-gtk-greeter.conf',
|
||||||
'/usr/share/plymouthd.conf',
|
'/usr/share/plymouthd.conf',
|
||||||
|
'/etc/apt/trusted.gpg.d/trusted.gpg',
|
||||||
|
|
||||||
)
|
)
|
||||||
# copy files to thier CHROOT Location
|
# copy files to thier CHROOT Location
|
||||||
src_q = collections.deque(src_paths)
|
src_q = collections.deque(src_paths)
|
||||||
|
|
Loading…
Reference in New Issue