Skip to content

Commit eb407af

Browse files
committed
update readme
1 parent 8812d17 commit eb407af

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,18 @@ sudo dnf install protontricks
7979
If you do not have `yay` installed, first install it:
8080

8181
```bash
82-
sudo pacman -S --noconfirm git
82+
sudo pacman --noconfirm -S git
8383
git clone https://aur.archlinux.org/yay-bin.git
8484
cd yay-bin
85-
makepkg -si
85+
makepkg --noconfirm -si
8686
cd ..
8787
rm -rf yay-bin
8888
```
8989

9090
Then install protontricks using:
9191

9292
```bash
93-
yay -S --noconfirm protontricks
93+
yay --noconfirm -S protontricks-git
9494
```
9595

9696
#### Solus:

README_ru.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@ sudo dnf install protontricks
7878
Если у вас не установлен `yay`, сначала установите его:
7979

8080
```bash
81-
sudo pacman -S --noconfirm git
81+
sudo pacman --noconfirm -S git
8282
git clone https://aur.archlinux.org/yay-bin.git
8383
cd yay-bin
84-
makepkg -si
84+
makepkg --noconfirm -si
8585
cd ..
8686
rm -rf yay-bin
8787
```
8888

8989
Затем установите protontricks с помощью:
9090

9191
```bash
92-
yay -S --noconfirm protontricks
92+
yay --noconfirm -S protontricks-git
9393
```
9494

9595
#### Solus:

src/app/forms/initConfig.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Wed Apr 16 23:14:39 MSK 2025
22
form.style=DECORATED
3-
form.title=Prefix Pre-Config
3+
form.title=OFME Pre-Config
44
form.backgroundColor=\#1a1a1a
55
form.icon=.data/img/oflogo.png

0 commit comments

Comments
 (0)