diff options
Diffstat (limited to 'user-scripts')
-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 |