Skip to content

Commit

Permalink
add sleeps
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 26, 2024
1 parent fa15720 commit e46c5bb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ sudo apt install -y xrdp xorgxrdp xfce4-session
sudo adduser xrdp ssl-cert
sudo -u "${VM_USER}" -i bash -c 'echo xfce4-session > ~/.xsession'

sleep 10

# Make sure xrdp service starts up with the system
sudo systemctl enable xrdp
sudo service xrdp restart

sleep 10

## Python 3.8 and Jupyter
sudo apt install -y jupyter-notebook microsoft-edge-dev

Expand Down

0 comments on commit e46c5bb

Please sign in to comment.