File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 4
4
# More pacstall specific things
5
5
export SUDO_USER=rhino-live
6
6
export DEBIAN_FRONTEND=noninteractive
7
- export PACSTALL_DOWNLOADER=quiet- wget
7
+ export PACSTALL_DOWNLOADER=wget
8
8
export GITHUB_ACTIONS=true
9
9
10
10
# Pacstall dirs
@@ -18,11 +18,15 @@ sudo chown "rhino-live" -cR "/home/rhino-live"
18
18
sudo chown " rhino-live" -cR " /var/cache/pacstall"
19
19
git config --global --add safe.directory ' *'
20
20
21
- HOME=/home/rhino-live runuser -l rhino-live -c ' pacstall -U oklopfer:rhinobwrap'
22
- # Pacstall installs
23
- 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'
24
- HOME=/home/rhino-live runuser -l rhino-live -c ' SUDO_USER=rhino-live PACSTALL_DOWNLOADER=quiet-wget pacstall -PI rhino-setup-bin'
25
- HOME=/home/rhino-live runuser -l rhino-live -c ' pacstall -U pacstall:master'
21
+ pacstall -U oklopfer:rhinobwrap
22
+ if [[ $( dpkg --print-architecture) = arm64 ]]; then
23
+ FIREFOX=" firefox-arm64-deb"
24
+ else
25
+ FIREFOX=" firefox-bin"
26
+ fi
27
+ sudo pacstall -PI nala-deb ${FIREFOX} vscodium-deb celeste-bin linux-kernel-stable rhino-core quintom-cursor-theme-git timeshift fake-ubuntu-advantage-tools-deb
28
+ sudo pacstall -PI rhino-setup-bin
29
+ pacstall -U pacstall:master
26
30
27
31
# Hack: arm64 firefox no snap
28
32
if [ $( dpkg --print-architecture) = arm64 ]; then
You can’t perform that action at this time.
0 commit comments