File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,11 @@ if [ "${EUID}" -eq 0 ]; then
88fi
99SCRIPT_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
You can’t perform that action at this time.
0 commit comments