diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2024-12-12 15:30:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-12 15:30:19 +0100 |
| commit | 0a474b89d874c21a6e4e5b71c345f1e3c69217c0 (patch) | |
| tree | ba356c24ca5ce832c318245aed8aa7ec4143b261 /jmPIUS.sh | |
| parent | a30a07b5a849a79c427cc8019503dca6332013be (diff) | |
> remove --needed flag (line #32) because apparently NO.
Diffstat (limited to 'jmPIUS.sh')
| -rw-r--r-- | jmPIUS.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ cd ~/.jmtemp/ ### install pacman packages sudo wget -P ~/.jmtemp/ https://github.com/jstmaxlol/jstmaxlol/raw/refs/heads/main/towget/jm_pkgs_list.txt -sudo pacman -Sy --noconfirm --needed - < ~/.jmtemp/jm_pkgs_list.txt +sudo pacman -Sy --noconfirm - < ~/.jmtemp/jm_pkgs_list.txt #### do! instead of gcc/g++ sudo wget -P ~/.jmtemp/ https://github.com/jstmaxlol/ecah-lib/raw/refs/heads/main/examples/do.cpp |