Skip to content

Commit 47a583e

Browse files
committed
Remove apt install
1 parent 3f0133b commit 47a583e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/serveDocs.sh

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/bin/bash
22

3-
# Install deps
4-
sudo apt install httpd
5-
63
# Run
74
trap "exit 0;" TERM INT; httpd -v -p 8081 -h /www -f & wait

0 commit comments

Comments
 (0)