Fix hook scripts and permissions
This commit is contained in:
parent
955edeccff
commit
724a1a1a1d
@ -22,7 +22,7 @@ LB_DISTRIBUTION_BINARY="bookworm"
|
||||
LB_PARENT_DISTRIBUTION_BINARY="bookworm"
|
||||
|
||||
# Select parent distribution for debian-installer to use
|
||||
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION=""
|
||||
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="bookworm"
|
||||
|
||||
# Select archive areas to use
|
||||
LB_ARCHIVE_AREAS="main contrib non-free non-free-firmware"
|
||||
|
0
config/hooks/live/0800-vivaldi-browser.hook → config/hooks/live/0300-vivaldi-browser.hook.chroot
Normal file → Executable file
0
config/hooks/live/0800-vivaldi-browser.hook → config/hooks/live/0300-vivaldi-browser.hook.chroot
Normal file → Executable file
5
config/hooks/live/0500-xnviewmp.hook → config/hooks/live/0500-xnviewmp.hook.chroot
Normal file → Executable file
5
config/hooks/live/0500-xnviewmp.hook → config/hooks/live/0500-xnviewmp.hook.chroot
Normal file → Executable file
@ -1,8 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
#set -e
|
||||
|
||||
wget https://download.xnview.com/XnViewMP-linux-x64.deb
|
||||
dpkg -i XnViewMP-linux-x64.deb
|
||||
apt -fy install
|
||||
|
||||
exit 0
|
||||
exit 0
|
0
config/hooks/live/0600-balena-etcher.hook → config/hooks/live/0600-balena-etcher.hook.chroot
Normal file → Executable file
0
config/hooks/live/0600-balena-etcher.hook → config/hooks/live/0600-balena-etcher.hook.chroot
Normal file → Executable file
0
config/hooks/live/0700-mattermost-desktop.hook → config/hooks/live/0700-mattermost-desktop.hook.chroot
Normal file → Executable file
0
config/hooks/live/0700-mattermost-desktop.hook → config/hooks/live/0700-mattermost-desktop.hook.chroot
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user