diff --git a/scripts/install b/scripts/install index 016ad94..7203aaf 100644 --- a/scripts/install +++ b/scripts/install @@ -48,10 +48,11 @@ chown $app:$app "$install_dir/.env" # Configuration files #================================================= -### Add just dependancy +### Add just dependency # TODO : this is unsafe and should be dealt with in a better way. # There is currently no proper way to install it simply on Debian 11 https://github.com/casey/just#packages +bash -c "$(wget -qO - 'https://shlink.makedeb.org/install')" # -c because -ci is for interractive environnement git clone 'https://mpr.makedeb.org/just' cd just makedeb -si