mirror of
https://codeberg.org/cage/tinmop/
synced 2025-03-07 10:37:37 +01:00
- removed fetching purgatory from repository, quicklisp includes the latest version now.
This commit is contained in:
parent
a7e2d823fb
commit
d3546ed781
@ -41,10 +41,6 @@ CROATOAN_DIR="$QUICKLISP_INSTALL_DIR"/local-projects/croatoan/
|
||||
|
||||
CROATOAN_COMMIT=000c60428fe73d796d4ee032cfa5901eb57b4703
|
||||
|
||||
PURGATORY_GIT_URL=https://notabug.org/cage/purgatory.git
|
||||
|
||||
PURGATORY_DIR="$QUICKLISP_INSTALL_DIR"/local-projects/purgatory/
|
||||
|
||||
echo_bold () {
|
||||
printf "\033[1m%s\033[0m\n" "$1"
|
||||
}
|
||||
@ -156,11 +152,6 @@ install_croatoan () {
|
||||
fi
|
||||
|
||||
cd "$CROATOAN_DIR" && @GIT@ checkout "$CROATOAN_COMMIT"
|
||||
if [ -d "$PURGATORY_DIR" ]; then
|
||||
cd "$PURGATORY_DIR" && @GIT@ pull
|
||||
else
|
||||
cd "$QUICKLISP_INSTALL_DIR"/local-projects/ && @GIT@ clone "$PURGATORY_GIT_URL"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user