Adding wireguard, fixing typo in waybar. - bootstrap - Bootstrap script for my alpine linux desktop.
 (HTM) git clone git://jay.scot/bootstrap
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 0c85786611a9c5e5cb67169f5b7837e1929b4902
 (DIR) parent 8007a9af90ca4ea4c7fe647d23b79f4d864e9748
 (HTM) Author: Jay Scott <me@jay.scot>
       Date:   Mon,  2 Jun 2025 20:03:55 +0100
       
       Adding wireguard, fixing typo in waybar.
       
       Diffstat:
         M install.sh                          |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/install.sh b/install.sh
       @@ -16,7 +16,7 @@ apk add curl doas wget git git-email neovim tar zip gzip p7zip bzip2 rsync \
        
        echo "── installing wayland"
        apk add wl-clipboard mesa-dri-gallium mesa-va-gallium eudev seatd sway foot \
       -        bemenu xwayland waybara linux-firmware-amdgpu
       +        bemenu xwayland waybar linux-firmware-amdgpu
        
        setup-devd udev
        
       @@ -26,7 +26,7 @@ apk add font-terminus font-inconsolata font-dejavu font-noto font-noto-cjk \
        
        echo "── installing tools"
        apk add shfmt shellcheck openssh yt-dlp gopass fzf mpv zathura firefox \
       -        neomutt newsraft lf swayimg isync
       +        neomutt newsraft lf swayimg isync iptables wireguard-tools-wg-quick
        
        echo "── installing audio"
        apk add pipewire-pulse pamixer dbus dbus-openrc pipewire wireplumber \