Fix: Needed to add trusted.gpg folder to inflate bubble
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
c1ef8195cc
commit
d74123632b
|
@ -40,7 +40,8 @@ def set_fusato_structure():
|
|||
'etc/apt/sources.list.d',
|
||||
'etc/skel/Desktop',
|
||||
'etc/skel/.local/share',
|
||||
'etc/skel/.config/autostart/'
|
||||
'etc/skel/.config/autostart/',
|
||||
'/etc/apt/trusted.gpg.d/',
|
||||
]
|
||||
os.chdir(HOME_FOLDER + '/fusato')
|
||||
if os.path.exists('config'):
|
||||
|
|
Loading…
Reference in New Issue