Skip to content

Commit 323ff6b

Browse files
authored
Update 099-install-custom-apps.chroot
1 parent 04f8f89 commit 323ff6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/config/hooks/live/099-install-custom-apps.chroot

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ sudo chown "rhino-live" -cR "/home/rhino-live"
1919
sudo chown "rhino-live" -cR "/var/cache/pacstall"
2020
git config --global --add safe.directory '*'
2121

22-
HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U oklopfer:rhinobwrap'
22+
#HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U oklopfer:rhinobwrap'
2323
#Pacstall installs
2424
pushd /home/rhino-live
2525
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'
2626
HOME=/home/rhino-live runuser -l rhino-live -c 'SUDO_USER=rhino-live PACSTALL_DOWNLOADER=quiet-wget pacstall -PI rhino-setup-bin'
2727
popd
28-
HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U pacstall:master'
28+
#HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U pacstall:master'
2929

3030
#Hack: arm64 firefox no snap
3131
if [ $(dpkg --print-architecture) = arm64 ]; then

0 commit comments

Comments
 (0)