#!/bin/bash
mkdir -p ~/.alexandria &&
cd ~/.alexandria &&
wget https://github.com/btpf/Alexandria/releases/download/v0.13.1/alexandria_0.13.1_amd64.AppImage &&
chmod +x alexandria_0.13.1_amd64.AppImage
wget https://ufficiozero.mirror.garr.it/3rd-party-software/edu/alexandria.png
wget https://ufficiozero.mirror.garr.it/3rd-party-software/edu/alexandria.sh
chmod +x alexandria.sh
./alexandria.sh

