Skip to content

Commit 286d948

Browse files
committed
Updater in C
1 parent 4de38d7 commit 286d948

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

debian/update/updater.c

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
* location: /sbin/updater
55
*/
66

7-
//# Compile with
8-
// gcc updater.c -o updater
7+
/*
8+
* Compile with
9+
gcc updater.c -o updater
10+
*/
911

10-
//# Setup
11-
// cp updater /sbin/updater
12-
// chown root /sbin/updater
13-
// chmod 4555 /sbin/updater
12+
/*
13+
* Setup
14+
cp updater /sbin/updater
15+
chown root /sbin/updater
16+
chmod 4555 /sbin/updater
17+
*/
1418

1519
#include <stdio.h>
1620
#include <stdlib.h>

0 commit comments

Comments
 (0)