1
0
mirror of synced 2026-02-03 18:00:10 -05:00

we do not want to install dependencies for the

end-user
This commit is contained in:
Bryan Arant
2016-11-02 15:37:27 -07:00
committed by root
parent 23c1fca5f4
commit db9ade7e00
3 changed files with 0 additions and 86 deletions

View File

@@ -506,15 +506,6 @@ if __name__ == "__main__":
RoverPrint(RoverMods.Blue('RID: %s'%(RoverMods.Green(RoverSettings._Rid))))
# if we're root, then we will install dependencies
# should we ask first? It's going to be running apt-get in 'yes' mode.
if os.getuid() == 0:
RoverPrint(RoverMods.Yellow('(because sudo) is installing required dependencies to build the native components of the .NET GitHub Repositories.'))
# are people cool with this?
RoverShellCall('chmod +x %s/repo-dependencies-installer.py'%(RoverSettings._ScriptDirectory), cwd=RoverSettings._ScriptDirectory)
RoverShellCall('python %s/repo-dependencies-installer.py'%(RoverSettings._ScriptDirectory), cwd=RoverSettings._ScriptDirectory)
# Spawn our working directory
if not path.exists(RoverSettings._WorkingDirectory):
makedirs(RoverSettings._WorkingDirectory)