brioche icon indicating copy to clipboard operation
brioche copied to clipboard

Arch command not found during setup

Open NO-ob opened this issue 2 years ago • 1 comments

I noticed a bunch of command not founds for git in the setup script for arch. So maybe it need to be added to the pacman -S in the script?

 dconf-0.40.0-1-x86_64                       102.6 KiB   263 KiB/s 00:00 [########################################] 100%
 libxcomposite-0.4.5-3-x86_64                 11.4 KiB  34.3 KiB/s 00:00 [########################################] 100%
 libxdamage-1.1.5-3-x86_64                     7.1 KiB  21.5 KiB/s 00:00 [########################################] 100%
rm: cannot remove '/home/chronos/.brioche_*': No such file or directory
Created symlink /etc/systemd/system/local-fs.target.wants/brioche-sysinit.service → /etc/systemd/system/brioche-sysinit.service.
Created symlink /home/chronos/.config/systemd/user/basic.target.wants/brioche-userinit.service → /etc/xdg/systemd/user/brioche-userinit.service.
/usr/bin/brioche-install: line 109: git: command not found
/usr/bin/brioche-install: line 110: git: command not found
/usr/bin/brioche-install: line 111: cd: /home/chronos/adhd: No such file or directory
/usr/bin/brioche-install: line 112: make: command not found
cp: cannot stat './cras/src/.libs/*.so': No such file or directory
cp: cannot stat './cras/src/.libs/cras_test_client': No such file or directory
/usr/bin/brioche-install: line 118: git: command not found
/usr/bin/brioche-install: line 119: git: command not found
/usr/bin/brioche-install: line 120: cd: /home/chronos/sommelier: No such file or directory
/usr/bin/brioche-install: line 121: make: command not found
cp: cannot stat 'sommelier': No such file or directory
/usr/bin/brioche-install: line 125: git: command not found
/usr/bin/brioche-install: line 126: cd: /home/chronos/xclipsync: No such file or directory

NO-ob avatar Aug 14 '21 17:08 NO-ob