diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2024-12-12 15:55:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-12 15:55:01 +0100 |
| commit | 33a9c61ae5f030a726af9da690e42c091794b831 (patch) | |
| tree | 5cbf4351f309464abc7c986ddc52b4a448fc5101 /jmPIUS.sh | |
| parent | 0a474b89d874c21a6e4e5b71c345f1e3c69217c0 (diff) | |
> use different method to install pkgs from list.txt
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 - < ~/.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 |