1
0

cleaning up old files

This commit is contained in:
2022-07-16 22:05:38 +02:00
parent fcc120ee5c
commit 52c13341e0
3 changed files with 10 additions and 1 deletions

View File

@@ -41,3 +41,6 @@ mv "${APPS_DIR}/helix-${VERSION}-x86_64-linux" "${INSTALL_DIR}"
echo "Creating link to helix editor executable..."
mkdir -p "${HOME}/.local/bin"
ln -s --force "${INSTALL_DIR}/hx" "${HOME}/.local/bin/"
echo "Removing ${TARGET}..."
rm -f "${TARGET}"