instalee/packages/udefrag/linux
2023-03-15 23:01:19 +01:00

10 lines
385 B
Bash
Executable file

#!/bin/sh -e
# Inspired by https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=udefrag
name="ultradefrag-5.0.0AB.8"
zip="$name.zip"
#wget --no-verbose "http://jp-andre.pagesperso-orange.fr/$zip"
wget --no-verbose https://web.archive.org/web/20220418235325if_/https://jp-andre.pagesperso-orange.fr/ultradefrag-5.0.0AB.8.zip
unzip "$zip"
cd "$name/src"
make
cp udefrag /usr/local/bin