We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de38d7 commit 286d948Copy full SHA for 286d948
1 file changed
debian/update/updater.c
@@ -4,13 +4,17 @@
4
* location: /sbin/updater
5
*/
6
7
-//# Compile with
8
-// gcc updater.c -o updater
+/*
+ * Compile with
9
+ gcc updater.c -o updater
10
+ */
11
-//# Setup
-// cp updater /sbin/updater
12
-// chown root /sbin/updater
13
-// chmod 4555 /sbin/updater
+ * Setup
14
+ cp updater /sbin/updater
15
+ chown root /sbin/updater
16
+ chmod 4555 /sbin/updater
17
18
19
#include <stdio.h>
20
#include <stdlib.h>
0 commit comments