File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -257,12 +257,11 @@ EOF
257257install_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.
You can’t perform that action at this time.
0 commit comments