Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 6, 2024
1 parent 7442ad7 commit 878a61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/config/hooks/live/099-install-custom-apps.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ sudo chown "rhino-live" -cR "/home/rhino-live"
sudo chown "rhino-live" -cR "/var/cache/pacstall"
git config --global --add safe.directory '*'

#HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U pacstall:develop'
HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U oklopfer:rhinobwrap'
#Pacstall installs
pushd /home/rhino-live
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'
HOME=/home/rhino-live runuser -l rhino-live -c 'SUDO_USER=rhino-live PACSTALL_DOWNLOADER=quiet-wget pacstall -PI rhino-setup-bin'
popd
#HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U pacstall:master'
HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U pacstall:master'

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

0 comments on commit 878a61e

Please sign in to comment.