Ken VanDine
55dca27fa9
Fixed sed
2018-03-30 11:39:01 -04:00
Ken VanDine
6575b9ed27
Removed the commented out sed for lightdm
2018-03-30 10:20:26 -04:00
Ken VanDine
e552b35ff0
Properly setup the ubuntu desktop session and drop the installation of
...
gnome-tweak-tool as it's not needed anymore
2018-03-30 10:19:12 -04:00
Justin
167e51cf7b
Merge pull request #19 from boppbo/master
...
Add support for Arch Linux
2018-03-29 16:10:56 -07:00
Boris Bopp
87201fa488
Separate makepkg from configuration
2018-03-29 12:14:52 +02:00
Boris Bopp
ac50616e57
Add support for Arch Linux
2018-03-23 16:59:03 +01:00
Justin Terry (VM)
c06cd3a3eb
Renames thinclient_drives to shared-drives
...
Updates the thinclient_drives FUSE mount to show up as shared-drives when
clients use drive redirection.
Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
2018-03-19 14:11:33 -07:00
Justin
3261fefb8d
Merge pull request #17 from Thaodan/use_seperate_files
...
Use seperate files
2018-03-19 13:57:17 -07:00
Björn Bidar
efe1759a1d
use seperate files rather than using the old global file(s)
...
..for handling modules
2018-03-19 21:34:10 +01:00
Björn Bidar
a04a8a9523
removed useless cat and cleaned if statemants up
...
Calling bash is no longer needed.
Also grep can search on files on its own.
The return status of grep is usable with if and avoids calling
test (or [ for that matter ).
2018-03-19 21:34:10 +01:00
Justin
5ba1db8391
Merge pull request #16 from Thaodan/grep_quiet
...
use --quiet rather than redirecting to /dev/null
2018-03-19 08:27:03 -07:00
Björn Bidar
ec119f904b
use --quiet rather than redirecting to /dev/null
2018-03-19 12:00:15 +01:00
Justin
8eff6b70f0
Merge pull request #12 from cwilhit/patch-5
...
Add missing lib
2018-03-06 14:54:01 -08:00
Craig Wilhite
63cf0daaf0
Add missing lib
...
xrdp was not installing without libopus-dev. Fixes issue #10
2018-03-06 14:49:59 -08:00
Justin
0b596b93eb
Merge pull request #11 from cwilhit/patch-4
...
Update install.sh
2018-03-05 11:05:04 -08:00
Craig Wilhite
00fe6a84b3
Update install.sh
...
Change dist-upgrade to just upgrade
2018-03-05 11:02:40 -08:00
Craig Wilhite
661c4bdde9
Update install.sh
...
Remove pulling in bionic-proposed. 18.04 is now on to the 4.15 kernels, so there's no need anymore.
2018-03-05 10:51:08 -08:00
Justin Terry (VM)
19f8d740b4
Remove sudo and added root check for 16.04 config user
2018-03-02 09:56:26 -08:00
Justin Terry (VM)
4b0cee52ea
Remove sudo and added root check for 16.04
2018-03-02 09:55:31 -08:00
Justin
0432e5888f
Merge pull request #8 from Thaodan/run_as_root
...
remove sudo and added root check
2018-03-02 09:19:01 -08:00
Justin
f0b779fee5
Merge pull request #7 from Thaodan/errors_std_err
...
rediret errors to stderr
2018-03-02 09:17:19 -08:00
Björn Bidar
ae012977ab
remove sudo and added root check
...
Removed sudo because it made no sense running the script not as root
when nearly all of the commands where run as root.
2018-03-02 10:01:36 +01:00
Björn Bidar
80666ace16
rediret errors to stderr
2018-03-02 09:10:52 +01:00
Justin Terry (VM)
3f933eee18
Updating configure settings to match the Debian package build system settings
...
Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
2018-03-01 08:08:16 -08:00
Justin
c9552344b6
Merge pull request #5 from cwilhit/patch-3
...
Keep ubuntu-desktop running
2018-02-28 11:04:33 -08:00
Craig Wilhite
2046f6af53
Keep ubuntu-desktop running
...
Fix a bug where ubuntu-desktop stops running and "basic mode" is lost.
2018-02-28 11:03:26 -08:00
Justin Terry (VM)
5927c9de2e
Adding checks before writiting multiple entries to files on rerun
2018-02-21 06:42:05 -08:00
Justin
28e6cc2079
Merge pull request #4 from cwilhit/patch-1
...
Remove Build XRDP
2018-02-21 06:37:50 -08:00
Craig Wilhite
5082f8ce12
Remove Build XRDP, use proposed changes
...
-XRDP now includes config changes.
-We don't need Billy's PPA, we can just use Ubuntu Proposed archive.
2018-02-20 12:32:36 -08:00
Justin Terry (VM)
a62e669547
Fixing blacklisting via sudo
2018-02-20 09:32:29 -08:00
Justin Terry (VM)
e7b964edc1
Updating 18.04 script prompts
2018-02-16 08:59:58 -08:00
Craig Wilhite
c782cf334e
Update install.sh
...
-Blacklist the vmw module and load hv_sock on boot.
-Add gnome tweak to get dock
2018-02-16 08:58:15 -08:00
Justin Terry (VM)
6520635acb
Init script for 18.04
2018-02-16 08:58:09 -08:00
Justin Terry (VM)
97115e61e9
Updating note to run ./config-user.sh
2018-02-14 11:04:35 -08:00
Justin Terry (VM)
0aaade981d
Cleaning up the install script to indicate states
2018-02-14 11:02:17 -08:00
Justin Terry (VM)
86e30b9c4d
Fixing an invalid escape in bash
2018-02-14 10:55:09 -08:00
Justin Terry (VM)
0e053d87fc
Disable bitmap_compression to speed up transfers
2018-01-10 13:55:54 -08:00
Justin Terry (VM)
7b9d8fba58
Updates the script for 16.04.3 execution.
...
Adds a few checks to avoid double cloning the repos if rerun multiple times.
Fixes a bug where we check for file status not directory status for the xrdp/xorgxrdp repos.
Adds the post script to be run the the logon user account to allow the Unity panels to load.
2018-01-09 13:05:11 -08:00
Justin Terry (VM)
6ca022d4f0
Fixing an issue with if clause
2017-11-27 11:40:04 -08:00
Justin Terry (VM)
18e82d731b
Initial 16.04 script
2017-11-15 11:29:50 -08:00