OfficiallyMelon / winecloudshell-port-To-Colab-

Install wine on Google Colab, together with winetricks, xfce4, and VNC through ngrok

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

winecloudshell-port-To-Colab Originaly Made By @raspduino

Install wine on Google Colab, together with winetricks, xfce4, and VNC through ngrok Thanks To @raspduino For The Og Repo And Telling Me to Have !bash wcs.sh instead of !./wcs.sh

I want to install it now!

Open in Cloud Shell

How to run it?

!sudo apt install git wget
!wget https://github.com/Bhood23/winecloudshell-port-To-Colab-/raw/main/wcs.sh
!chmod +x wcs.sh
!bash wcs.sh

It will prompt you some questions, so prepare for that, and look carefully for the prompt, especially before the long xfce log appear (you might miss that, for sure) :) EDIT: Currently BROKEN FOR Now ): Sorry

Note

Each time you choose to set WINEPREFIX to /tmp/wineprefix, it will append a new line

!export WINEPREFIX=/tmp/wineprefix

to your ~/.bashrc.

So your .bashrc will be longer :)

License

MIT License

The script's author is not responsible to any damage caused by the script itself or by user's actions.

About

Install wine on Google Colab, together with winetricks, xfce4, and VNC through ngrok

License:MIT License


Languages

Language:Shell 100.0%