Skip to content

Commit 7fcfe03

Browse files
committed
Update comments on PCSX2
1 parent dc6f3be commit 7fcfe03

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

games/pcsx2/install_pcsx2.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ if [ "${EUID}" -eq 0 ]; then
88
fi
99
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
1010

11-
# The official repository does not have a proper Release file and therefore does not work properly.
12-
# At the moment the official builds are 32-bit only, and therefore adding the i386 architecture is necessary.
11+
# Previously the official repository did not have a proper Release file and therefore did not work properly.
1312
# sudo dpkg --add-architecture i386
1413
# sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa
1514

16-
# The daily repository has 64-bit builds.
17-
# However, the package "pcsx2" may still be 32-bit only.
15+
# As of 2025, this PPA repository has old builds.
1816
# sudo add-apt-repository ppa:pcsx2-team/pcsx2-daily
1917

2018
# sudo apt-get update

0 commit comments

Comments
 (0)