summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjstmax! <87650746+jstmaxlol@users.noreply.github.com>2024-12-12 15:55:01 +0100
committerGitHub <noreply@github.com>2024-12-12 15:55:01 +0100
commit33a9c61ae5f030a726af9da690e42c091794b831 (patch)
tree5cbf4351f309464abc7c986ddc52b4a448fc5101
parent0a474b89d874c21a6e4e5b71c345f1e3c69217c0 (diff)
> use different method to install pkgs from list.txt
-rw-r--r--jmPIUS.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jmPIUS.sh b/jmPIUS.sh
index e3159d0..97b97fe 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 - < ~/.jmtemp/jm_pkgs_list.txt
+sudo pacman -Syu --noconfirm $(cat ~/.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