chore(readme): drop ALT dependency and unsafe -y on apt-get

parent ea6cdcb9
...@@ -56,9 +56,9 @@ ...@@ -56,9 +56,9 @@
```sh ```sh
su - su -
apt-get update && apt-get dist-upgrade -y apt-get update && apt-get dist-upgrade
apt-get install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast} apt-get install portproton
exit exit
``` ```
......
...@@ -59,9 +59,9 @@ The **official website of the project** since September 2022 is: https://linux-g ...@@ -59,9 +59,9 @@ The **official website of the project** since September 2022 is: https://linux-g
```sh ```sh
su - su -
apt-get update && apt-get dist-upgrade -y apt-get update && apt-get dist-upgrade
apt-get install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast} apt-get install portproton
exit exit
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment