File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ sudo chown "rhino-live" -cR "/home/rhino-live"
19
19
sudo chown " rhino-live" -cR " /var/cache/pacstall"
20
20
git config --global --add safe.directory ' *'
21
21
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'
23
23
# Pacstall installs
24
24
pushd /home/rhino-live
25
25
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'
26
26
HOME=/home/rhino-live runuser -l rhino-live -c ' SUDO_USER=rhino-live PACSTALL_DOWNLOADER=quiet-wget pacstall -PI rhino-setup-bin'
27
27
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'
29
29
30
30
# Hack: arm64 firefox no snap
31
31
if [ $( dpkg --print-architecture) = arm64 ]; then
You can’t perform that action at this time.
0 commit comments