Skip to content

Commit 67d2aac

Browse files
committed
Gets Mono 4.2.1 download working properly.
1 parent 329209e commit 67d2aac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

FRC-Extension/RoboRIOCode/DeployProperties.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ public static class DeployProperties
1313
public const string DeployDir = "/home/lvuser/mono";
1414
public static readonly string[] DeployKillCommand =
1515
{
16-
//"[ ! -f /var/local/natinst/log/FRC_UserProgram.log ] || rm -f /var/local/natinst/log/FRC_UserProgram.log",
17-
//$"chown -R lvuser:ni {DeployDir}",
1816
". /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r",
19-
//"/usr/local/frc/bin/frcKillRobot.sh -t -r"
2017
};
2118

2219
public const string DebugFlagDir = "/tmp/";
@@ -61,7 +58,7 @@ public static class DeployProperties
6158

6259
public const string MonoVersion = "Mono4.2.1.zip";
6360

64-
public const string MonoUrl = "https://dl.bintray.com/robotdotnet-admin/Mono/";
61+
public const string MonoUrl = "https://dl.bintray.com/robotdotnet/Mono/";
6562

6663
public const string RoboRioOpgkLocation = "/home/admin/opkg";
6764

0 commit comments

Comments
 (0)