Skip to content

Commit

Permalink
Update lutris-latest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Xdavius authored Nov 5, 2024
1 parent 9f9de22 commit fee60c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lutris-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo "Rafraichissement des dépôts"
apt update > /var/log/$LOGNAME.auto-update.txt 2>&1

echo "Installation de Lutris"
apt install -y wine wine32 >> /var/log/$LOGNAME.auto-update.txt 2>&1
apt install -y wine32 >> /var/log/$LOGNAME.auto-update.txt 2>&1
apt install -y python3-gi-cairo >> /var/log/$LOGNAME.auto-update.txt 2>&1
apt install -y lutris >> /var/log/$LOGNAME.auto-update.txt 2>&1

Expand Down

0 comments on commit fee60c6

Please sign in to comment.