We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82cb71 commit 12e7e1aCopy full SHA for 12e7e1a
startup/aws/rc.local
@@ -1,4 +1,4 @@
1
-curl --fail https://github.com/jpluscplusm/chromebook/aws/rc.jcm -o /etc/rc.jcm && {
2
- chmod 600 /etc/rc.jcm
+curl --fail https://raw.githubusercontent.com/jpluscplusm/chromebook/master/startup/aws/rc.jcm -o /etc/rc.jcm && {
+ chmod 400 /etc/rc.jcm
3
. /etc/rc.jcm
4
}
0 commit comments