From 221173e08387856159801e7ea0ec8ecb1c9fd326 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Wed, 22 May 2024 23:38:44 +0000 Subject: [PATCH] nosandbox --- etc/config/hooks/live/099-install-custom-apps.chroot | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/etc/config/hooks/live/099-install-custom-apps.chroot b/etc/config/hooks/live/099-install-custom-apps.chroot index a9d953d..0f2d306 100644 --- a/etc/config/hooks/live/099-install-custom-apps.chroot +++ b/etc/config/hooks/live/099-install-custom-apps.chroot @@ -19,15 +19,13 @@ sudo chown "rhino-live" -cR "/var/cache/pacstall" git config --global --add safe.directory '*' sudo mkdir -p /root/.config/gtk-3.0 /home/rhino-live/.config/gtk-3.0 -pacstall -U oklopfer:rhinobwrap if [[ $(dpkg --print-architecture) = arm64 ]]; then FIREFOX="firefox-arm64-deb" else FIREFOX="firefox-bin" fi -sudo SUDO_USER=rhino-live NCPU=4 pacstall -QPI nala-deb ${FIREFOX} vscodium-deb celeste-bin linux-kernel-stable rhino-core quintom-cursor-theme-git timeshift fake-ubuntu-advantage-tools-deb -sudo SUDO_USER=rhino-live NCPU=4 pacstall -QPI rhino-setup-bin -pacstall -U pacstall:master +SUDO_USER=rhino-live pacstall -QPINs nala-deb ${FIREFOX} vscodium-deb celeste-bin linux-kernel-stable rhino-core quintom-cursor-theme-git timeshift fake-ubuntu-advantage-tools-deb +SUDO_USER=rhino-live pacstall -QPINs rhino-setup-bin #Hack: arm64 firefox no snap if [ $(dpkg --print-architecture) = arm64 ]; then