# make temp working directory echo"Creating temporary working directory..." rm -rf /tmp/proton-ge-custom mkdir /tmp/proton-ge-custom cd /tmp/proton-ge-custom
# check tarball with checksum echo"Verifying tarball $tarball_name with checksum $checksum_name..." sha512sum -c $checksum_name # if result is ok, continue
# make steam directory if it does not exist echo"Creating Steam directory if it does not exist..." mkdir -p ~/.steam/root/compatibilitytools.d
# extract proton tarball to steam directory echo"Extracting $tarball_name to Steam directory..." tar -xf $tarball_name -C ~/.steam/root/compatibilitytools.d/ echo"All done :)"
安装 ntfs 支持
1
sudo emerge --ask sys-fs/ntfs3g
注意:双系统挂载同一块硬盘,需要将 Windows 上的快速启动关了,否则 Linux 下挂载会变成 ReadOnly
挂载磁盘
1 2
sudo mkdir -p /data/GameDisk1 sudo mount /dev/nvme1n1p2 /data/GameDisk1/