Skip to content

Instantly share code, notes, and snippets.

@djismgaming
Last active December 30, 2019 12:37
Show Gist options
  • Select an option

  • Save djismgaming/1fd6a70b5cbbca5d71265db7aed8f290 to your computer and use it in GitHub Desktop.

Select an option

Save djismgaming/1fd6a70b5cbbca5d71265db7aed8f290 to your computer and use it in GitHub Desktop.
debian linux system setup, as root on OMV5
#!/bin/bash
echo Updating all repos...
sleep 2
apt update
echo Select your desired desktop environment...
sleep 2
tasksel
echo Installing more packages...
echo Inspect those to be installed by the command before accepting...
sleep 3
apt install gvfs-backends gvfs-bin tmux htop exfat-fuse exfat-utils xrdp xorgxrdp
echo Desktop installed
sleep 1
echo exFAT support installed
sleep 1
echo tmux installed
sleep 1
echo htop installed
sleep 1
echo xrdp with Xvnc support installed
sleep 1
echo Finished setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment