diff options
author | nathan <nathansmith@disroot.org> | 2025-08-15 05:49:40 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-15 05:49:40 -0600 |
commit | 5a4f5a021810fbb13c0142f49b73c92444d9c5dd (patch) | |
tree | dd0244c40b3527b9b6fe6cf407b14b0a9e8774fa | |
parent | 1ff51d7b993a48db7a0db0ed207b57fe2cc797f5 (diff) | |
download | shittyweb-5a4f5a021810fbb13c0142f49b73c92444d9c5dd.tar.gz shittyweb-5a4f5a021810fbb13c0142f49b73c92444d9c5dd.tar.bz2 shittyweb-5a4f5a021810fbb13c0142f49b73c92444d9c5dd.zip |
Enough woops
-rw-r--r-- | org/4get-guide.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/4get-guide.org b/org/4get-guide.org index 1fdd0db..d3ada90 100644 --- a/org/4get-guide.org +++ b/org/4get-guide.org @@ -17,7 +17,7 @@ out [[https://git.lolcat.ca/lolcat/4get/src/branch/master/docs/][the 4getdocs]]. :END: First install a few packages. Replace =84= with whatever php version your using. #+begin_src shell - pkp install lighttpd curl git php84 php84-curl php84-fileinfo php84-filter \ + pkg install lighttpd curl git php84 php84-curl php84-fileinfo php84-filter \ php84-mbstring php84-pecl-APCu php84-pecl-imagick php84-sodium php84-zlib #+end_src |