File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
FRC-Extension/RoboRIOCode Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,7 @@ public static class DeployProperties
13
13
public const string DeployDir = "/home/lvuser/mono" ;
14
14
public static readonly string [ ] DeployKillCommand =
15
15
{
16
- //"[ ! -f /var/local/natinst/log/FRC_UserProgram.log ] || rm -f /var/local/natinst/log/FRC_UserProgram.log",
17
- //$"chown -R lvuser:ni {DeployDir}",
18
16
". /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r" ,
19
- //"/usr/local/frc/bin/frcKillRobot.sh -t -r"
20
17
} ;
21
18
22
19
public const string DebugFlagDir = "/tmp/" ;
@@ -61,7 +58,7 @@ public static class DeployProperties
61
58
62
59
public const string MonoVersion = "Mono4.2.1.zip" ;
63
60
64
- public const string MonoUrl = "https://dl.bintray.com/robotdotnet-admin /Mono/" ;
61
+ public const string MonoUrl = "https://dl.bintray.com/robotdotnet/Mono/" ;
65
62
66
63
public const string RoboRioOpgkLocation = "/home/admin/opkg" ;
67
64
You can’t perform that action at this time.
0 commit comments