Skip to content

Commit

Permalink
add celeste
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jul 9, 2023
1 parent b5f2bfb commit dd4e91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/config/hooks/live/099-install-custom-apps.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo chown "rhino-live" -cR "/var/cache/pacstall"
#HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U pacstall:develop'
#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 PACSTALL_DOWNLOADER=quiet-wget pacstall -PI nala-deb ${FIREFOX} vscodium-deb ulauncher-deb linux-kernel-stable rhino-core quintom-cursor-theme-git rhino-setup-bin'
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 PACSTALL_DOWNLOADER=quiet-wget pacstall -PI nala-deb ${FIREFOX} vscodium-deb celeste-bin linux-kernel-stable rhino-core quintom-cursor-theme-git rhino-setup-bin'
popd
#HOME=/home/rhino-live runuser -l rhino-live -c 'pacstall -U pacstall:master'

Expand Down

0 comments on commit dd4e91c

Please sign in to comment.