Skip to content

Commit

Permalink
just failsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jul 31, 2023
1 parent 7a28bac commit 8ba5728
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion etc/config/hooks/live/099-install-custom-apps.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ git config --global --add safe.directory '*'

#HOME=/home/rhino runuser -l rhino -c 'pacstall -U pacstall:develop'
pushd /home/rhino
HOME=/home/rhino runuser -l rhino -c 'SUDO_USER=rhino PACSTALL_DOWNLOADER=quiet-wget pacstall -PI nala-deb firefox-arm64-deb vscodium-deb celeste-bin rhino-core quintom-cursor-theme-git rhino-setup-bin'
HOME=/home/rhino runuser -l rhino -c 'HOME=/home/rhino SUDO_USER=rhino PACSTALL_DOWNLOADER=quiet-wget pacstall -PI nala-deb firefox-arm64-deb vscodium-deb celeste-bin rhino-core quintom-cursor-theme-git rhino-setup-bin'
popd
#HOME=/home/rhino runuser -l rhino -c 'pacstall -U pacstall:master'

sudo mkdir -p /home/rhino/.config/autostart
if ! [[ -f "${homedir}/.config/autostart/rhino-setup.desktop" ]]; then
sudo ln -sf "/usr/local/share/applications/org.rhinolinux.RhinoSetup.desktop" "/home/rhino/.config/autostart/rhino-setup.desktop"
fi

echo "" >> /etc/apt/preferences.d/rhino.pref
echo "Package: firefox" >> /etc/apt/preferences.d/rhino.pref
echo "Pin: origin ports.ubuntu.com/ubuntu-ports" >> /etc/apt/preferences.d/rhino.pref
Expand Down

0 comments on commit 8ba5728

Please sign in to comment.