Skip to content

Commit

Permalink
nosandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer committed May 22, 2024
1 parent f082b1d commit 221173e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions etc/config/hooks/live/099-install-custom-apps.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 221173e

Please sign in to comment.