diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2024-12-12 15:27:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-12 15:27:36 +0100 |
| commit | a30a07b5a849a79c427cc8019503dca6332013be (patch) | |
| tree | 4b5cf185d57feb09a9be6a1e8a2924cb912c8228 /jmPIUS.sh | |
| parent | 4745154bdf0f50ecd104246f10c0148b11809c42 (diff) | |
> fix -P (Line #31)
Diffstat (limited to 'jmPIUS.sh')
| -rw-r--r-- | jmPIUS.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ sudo mkdir ~/.jmtemp/ cd ~/.jmtemp/ ### install pacman packages -sudo wget ~/.jmtemp/ https://github.com/jstmaxlol/jstmaxlol/raw/refs/heads/main/towget/jm_pkgs_list.txt +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 #### do! instead of gcc/g++ |