Update setup
This commit is contained in:
@@ -98,6 +98,8 @@ setup_tailscale() {
|
|||||||
|
|
||||||
setup_wifitui() {
|
setup_wifitui() {
|
||||||
print_step "Setting up Wifitui"
|
print_step "Setting up Wifitui"
|
||||||
|
print_info "Installing Network Manager..."
|
||||||
|
sudo apt-get install network-manager
|
||||||
print_info "Downloading Wifitui..."
|
print_info "Downloading Wifitui..."
|
||||||
TAG=$(curl -s https://api.github.com/repos/shazow/wifitui/releases/latest | grep "tag_name" | cut -d '"' -f4)
|
TAG=$(curl -s https://api.github.com/repos/shazow/wifitui/releases/latest | grep "tag_name" | cut -d '"' -f4)
|
||||||
OS="linux-$(uname -m)" # x86_64 or arm64
|
OS="linux-$(uname -m)" # x86_64 or arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user