summaryrefslogtreecommitdiff
path: root/jmPIUS.sh
diff options
context:
space:
mode:
authorjstmax! <87650746+jstmaxlol@users.noreply.github.com>2024-12-12 15:30:19 +0100
committerGitHub <noreply@github.com>2024-12-12 15:30:19 +0100
commit0a474b89d874c21a6e4e5b71c345f1e3c69217c0 (patch)
treeba356c24ca5ce832c318245aed8aa7ec4143b261 /jmPIUS.sh
parenta30a07b5a849a79c427cc8019503dca6332013be (diff)
> remove --needed flag (line #32) because apparently NO.
Diffstat (limited to 'jmPIUS.sh')
-rw-r--r--jmPIUS.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jmPIUS.sh b/jmPIUS.sh
index 78e890d..e3159d0 100644
--- a/jmPIUS.sh
+++ b/jmPIUS.sh
@@ -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