Skip to content

Commit

Permalink
neovim no
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Dec 18, 2023
1 parent b707b25 commit df92c54
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 @@ -22,7 +22,7 @@ git config --global --add safe.directory '*'
#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-live PACSTALL_DOWNLOADER=quiet-wget pacstall -PI nala-deb ${FIREFOX} vscodium-deb celeste-bin linux-kernel-stable rhino-core quintom-cursor-theme-git timeshift neovim fake-ubuntu-advantage-tools-deb'
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'
Expand Down

0 comments on commit df92c54

Please sign in to comment.