From a5c0ca454e0f1bed828f53d844633fa22aa440ed Mon Sep 17 00:00:00 2001 From: Jonatan Hatakeyama Zeidler Date: Sat, 26 Apr 2025 08:47:45 -0300 Subject: [PATCH] Generalize Ubuntu hint in vteconfig.md --- _manual/vteconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_manual/vteconfig.md b/_manual/vteconfig.md index 7f798cb..8acc023 100644 --- a/_manual/vteconfig.md +++ b/_manual/vteconfig.md @@ -32,7 +32,7 @@ if [ $TILIX_ID ] || [ $VTE_VERSION ]; then fi {% endhighlight %} -On Ubuntu (16.04 or 16.10), a symlink is probably missing. You can create it with: +On Ubuntu, a symlink is probably missing. You can create it with: {% highlight bash %} ln -s /etc/profile.d/vte-2.91.sh /etc/profile.d/vte.sh {% endhighlight %}