We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102fd36 commit e18a5c3Copy full SHA for e18a5c3
webcam.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
sudo apt-get install -y lynx
4
-sudo cp apache2 /usr/local
+sudo cp -R apache2 /usr/local
5
6
#不要なファイルの削除
7
sudo rm -r /usr/local/apache2/htdocs/*
0 commit comments