Skip to content

Commit 2e6c477

Browse files
committed
Fix Winboat installation
1 parent df95f9a commit 2e6c477

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fqs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,11 @@ EOF
257257
install_winboat() {
258258
echo "Installing and setuping WinBoat, make sure you have virtualization enabled in your BIOS..."
259259
sudo dnf install docker docker-compose freerdp.x86_64 -y
260-
sudo groupadd docker
261260
sudo usermod -aG docker "$USER"
262261
echo -e "ip_tables\niptable_nat" | sudo tee /etc/modules-load.d/iptables.conf
263262
echo "Getting and installing the WinBoat RPM file..."
264263
curl -s https://api.github.com/repos/TibixDev/winboat/releases/latest | grep -oP '"browser_download_url": "\K[^"]*\.rpm' | head -1 | xargs curl -L -o /tmp/winboat.rpm
265-
sudo dnf install /tmp/winboat.rpm
264+
sudo dnf install /tmp/winboat.rpm -y
266265
}
267266

268267
# # Install communication apps.

0 commit comments

Comments
 (0)