瀏覽代碼

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