From 3d3816f275a25d83cbbdd2d12df7597428357983 Mon Sep 17 00:00:00 2001 From: Ilya Zhenetskij <54739833+ilyazheprog@users.noreply.github.com> Date: Sat, 9 Dec 2023 01:20:02 +0700 Subject: [PATCH 1/2] README.md: added portproton installation on Alt Linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7b5e853..a4b5d9d9 100755 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ sudo apt-get update sudo apt-get dist-upgrade -y -sudo apt-get install bubblewrap cabextract curl gamemode icoutils i586-libvulkan1 libvulkan1 steam vulkan-tools wget zenity zstd +sudo apt-get install bubblewrap cabextract curl gamemode icoutils i586-libvulkan1 libvulkan1 portproton steam vulkan-tools wget zenity zstd ``` * **ROSA DESKTOP FRESH R12** From e1f845894770ef95f79d1b86f5231ef7165cda9c Mon Sep 17 00:00:00 2001 From: Ilya Zhenetskij <54739833+ilyazheprog@users.noreply.github.com> Date: Sat, 9 Dec 2023 01:25:58 +0700 Subject: [PATCH 2/2] README.md: added the installation of portproton on Alt Linux using apt-get --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a4b5d9d9..94236eb8 100755 --- a/README.md +++ b/README.md @@ -52,6 +52,16 @@ sudo dnf install portproton * **Alt Linux** (package in the official repository) is installed with the command: +`apt-get`: +```sh +sudo apt-get update + +sudo apt-get dist-upgrade -y + +sudo apt-get install bubblewrap cabextract curl gamemode icoutils i586-libvulkan1 libvulkan1 steam vulkan-tools wget zenity zstd +``` + +`epm`: ```sh su -