mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-22 16:13:31 +01:00
5 lines
126 B
Bash
5 lines
126 B
Bash
|
#!/bin/bash
|
||
|
sudo apt update
|
||
|
sudo apt remove gir1.2-appindicator3-0.1
|
||
|
sudo apt install -y libayatana-appindicator3-dev
|
||
|
go build
|