We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2393f6c commit 8685aa9Copy full SHA for 8685aa9
etc/config/hooks/live/099-install-custom-apps.container etc/config/hooks/live/099-install-custom-apps.chroot
@@ -18,6 +18,7 @@ sudo chown "rhino-live" -cR "/home/rhino-live"
18
sudo chown "rhino-live" -cR "/var/cache/pacstall"
19
git config --global --add safe.directory '*'
20
21
+sudo sysctl -w kernel.unprivileged_userns_clone=1
22
#HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U oklopfer:rhinobwrap'
23
#Pacstall installs
24
HOME=/home/rhino-live runuser -l rhino-live -c 'if [ $(dpkg --print-architecture) = arm64 ]; then FIREFOX="firefox-arm64-deb"; else FIREFOX="firefox-bin"; fi; SUDO_USER=rhino-live PACSTALL_DOWNLOADER=quiet-wget pacstall -PI nala-deb ${FIREFOX} vscodium-deb celeste-bin linux-kernel-stable rhino-core quintom-cursor-theme-git timeshift fake-ubuntu-advantage-tools-deb'
0 commit comments