diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-12 13:32:34 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-12 13:32:34 -0300 |
commit | 79ff9e86f5aad068ea77655760dd922c5d3f8807 (patch) | |
tree | dd81666f7d9d62995a12026cef0fdbc5092fc756 /user-scripts/debian-12 | |
parent | 8a1e0be30df52d5a21109297fd5bbc20efec1b3b (diff) |
start transition to webkitgtk-6.0
Diffstat (limited to 'user-scripts/debian-12')
-rw-r--r-- | user-scripts/debian-12/install-with-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-scripts/debian-12/install-with-dependencies.sh b/user-scripts/debian-12/install-with-dependencies.sh index 25721db..c30b932 100644 --- a/user-scripts/debian-12/install-with-dependencies.sh +++ b/user-scripts/debian-12/install-with-dependencies.sh @@ -1,6 +1,6 @@ # Key dependencies sudo apt install git vim gcc make -sudo apt install libwebkit2gtk-4.0-dev +sudo apt install libwebkit2gtk-4.1-dev # Optional adblock git clone https://github.com/jun7/wyebadblock |