mirror of
https://github.com/t2linux/T2-Mint.git
synced 2026-08-16 05:18:36 -07:00
Fix wifi
This commit is contained in:
@@ -46,5 +46,6 @@ jobs:
|
||||
files: ${{ github.workspace }}/*.iso
|
||||
tag_name: v20.04-${{ steps.tag.outputs.tag }}
|
||||
draft: false
|
||||
prerelease: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -204,7 +204,7 @@ dpkg-reconfigure network-manager
|
||||
|
||||
echo >&2 "===]> Info: Configure Network Manager to use iwd... "
|
||||
mkdir -p /etc/NetworkManager/conf.d
|
||||
printf '[device]\nwifi.backend=iwd\n' > /etc/NetworkManager/conf.d/wifi_backend.conf
|
||||
printf '#[device]\n#wifi.backend=iwd\n' > /etc/NetworkManager/conf.d/wifi_backend.conf
|
||||
#systemctl enable iwd.service
|
||||
|
||||
echo >&2 "===]> Info: Cleanup the chroot environment... "
|
||||
|
||||
Reference in New Issue
Block a user