diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 3a67543..032ad9e 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -5,10 +5,10 @@ ```bash apt update apt upgrade -y -apt install -y build-essential automake autoconf git squashfs-tools ssh-askpass pkg-config curl libssl-dev libncurses5-dev bc m4 unzip cmake python3 libwxgtk3.0-gtk3-dev libnl-genl-3-dev bc rsync subversion libmnl-dev -wget https://github.com/fwup-home/fwup/releases/download/v1.9.1/fwup_1.9.1_amd64.deb -dpkg -i fwup_1.9.1_amd64.deb -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.0 +apt install -y build-essential automake autoconf git squashfs-tools ssh-askpass pkg-config curl libssl-dev libncurses-dev bc m4 unzip cmake python3 libwxgtk3.2-dev libnl-genl-3-dev bc rsync subversion libmnl-dev +wget https://github.com/fwup-home/fwup/releases/download/v1.10.2/fwup_1.10.2_amd64.deb +dpkg -i fwup_1.10.2_amd64.deb +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0 echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.bashrc source ~/.bashrc asdf plugin-add erlang