Перезалив репозитория
This commit is contained in:
9
install/110-wine.sh
Executable file
9
install/110-wine.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
. "../src/01-common.sh" || exit 5
|
||||
title "Installing wine"
|
||||
|
||||
sudo dpkg --add-architecture i386
|
||||
wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
|
||||
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
|
||||
apti winehq-stable
|
||||
installed "wine" && success "wine installed!"
|
||||
Reference in New Issue
Block a user