Skip to content

Commit 0ae3249

Browse files
committed
Add ImageFile
1 parent e18a5c3 commit 0ae3249

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

client-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ID=$(tail -n 1 $configFile)
2222
sudo sed -i '/^static domain_name_servers=/d' /etc/dhcpcd.conf
2323

2424
# ネットワーク設定を修正する
25-
echo "static domain_name_servers=$DNS_ADDR" | sudo tee -a /etc/dhcpcd.conf
25+
#echo "static domain_name_servers=$DNS_ADDR" | sudo tee -a /etc/dhcpcd.conf
2626

2727
# setting.txtの最後の3行をtarget.txtに保存する
2828
tail -n 3 $configFile > target.txt

webcam.xz

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:50e09d0ec446586fc14fa4a424b91f7510f8354a517fd542faa3f8c6f4ce099a
3+
size 471500968

0 commit comments

Comments
 (0)