소스 검색

Merge branch 'master' of github.com:bananicorn/dotfiles

Bananicorn 1 년 전
부모
커밋
a8ee13ae64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      devuan_setup/setup_system.sh

+ 1 - 1
devuan_setup/setup_system.sh

@@ -102,9 +102,9 @@ chmod 755 $DOCKER_COMPOSE_PATH
 #wifi and bluetooth
 sudo apt install -y connman-gtk
 sudo cp ./config/connman/main.conf /etc/connman/main.conf
+
 sudo apt purge -y isc-dhcp-client
 sudo apt purge -y isc-dhcp-common
-
 sudo systemctl start systemd-networkd
 sudo systemctl enable systemd-networkd