mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
10 lines
207 B
Bash
Executable File
10 lines
207 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPTDIR=$(dirname "${BASH_SOURCE[0]}")
|
|
|
|
set -e
|
|
|
|
sudo apt-get -y install qt6-l10n-tools python3
|
|
|
|
PATH=/usr/lib/qt6/bin:$PATH "$SCRIPTDIR/../../../src/qt_gui/translations/update_translation.sh"
|