From 97b708453021f8bb77dd02aa5c59d25399e3e95e Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Sun, 5 May 2024 23:41:02 -0400 Subject: [PATCH] Update 099-install-custom-apps.chroot --- etc/config/hooks/live/099-install-custom-apps.chroot | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/config/hooks/live/099-install-custom-apps.chroot b/etc/config/hooks/live/099-install-custom-apps.chroot index 42dd3ba..df9afe8 100644 --- a/etc/config/hooks/live/099-install-custom-apps.chroot +++ b/etc/config/hooks/live/099-install-custom-apps.chroot @@ -19,6 +19,7 @@ sudo chown "rhino-live" -cR "/home/rhino-live" sudo chown "rhino-live" -cR "/var/cache/pacstall" git config --global --add safe.directory '*' +sudo sysctl kernel.unprivileged_userns_clone=0 #HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U oklopfer:rhinobwrap' #Pacstall installs pushd /home/rhino-live