File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
``` bash
6
6
apt update
7
7
apt upgrade -y
8
- apt install -y build-essential automake autoconf git squashfs-tools ssh-askpass pkg-config curl libssl-dev libncurses5-dev bc m4 unzip cmake python libwxgtk3.0-gtk3-dev libnl-genl-3-dev bc rsync subversion libmnl-dev
9
- wget https://github.com/fwup-home/fwup/releases/download/v1.9.0 /fwup_1.9.0_amd64 .deb
10
- dpkg -i fwup_1.9.0_amd64 .deb
11
- git clone https://github.com/asdf-vm/asdf.git ~ /.asdf --branch v0.9 .0
8
+ 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
9
+ wget https://github.com/fwup-home/fwup/releases/download/v1.9.1 /fwup_1.9.1_amd64 .deb
10
+ dpkg -i fwup_1.9.1_amd64 .deb
11
+ git clone https://github.com/asdf-vm/asdf.git ~ /.asdf --branch v0.11 .0
12
12
echo -e ' \n. $HOME/.asdf/asdf.sh' >> ~ /.bashrc
13
13
source ~ /.bashrc
14
14
asdf plugin-add erlang
You can’t perform that action at this time.
0 commit comments