Skip to content

Commit

Permalink
Update MAINTENANCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth authored Apr 27, 2024
1 parent d26c626 commit 4dc46df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dc46df

Please sign in to comment.