Skip to content

Commit

Permalink
fix: add gettext for nauttermext (install script fails)
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Dec 25, 2023
1 parent 53ed916 commit 2541a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/scripts/nautilus-open-any-terminal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -oue pipefail

echo "Installing nautilus-python"
rpm-ostree install nautilus-python
echo "Installing nautilus-python & gettext"
rpm-ostree install nautilus-python gettext

echo "Installing nautilus-open-any-terminal"
cd /tmp/
Expand Down

0 comments on commit 2541a5a

Please sign in to comment.