Compare commits
2 commits
f3020c0acd
...
aa1b9433db
| Author | SHA1 | Date | |
|---|---|---|---|
| aa1b9433db | |||
| 48d960878d |
3 changed files with 3 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ DEB_PKGS=(
|
|||
borgbackup
|
||||
build-essential
|
||||
catatonit
|
||||
command-not-found
|
||||
curl
|
||||
default-jdk
|
||||
direnv
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ install_fstar() {
|
|||
rm --force --recursive "${INSTALL_DIR}" && \
|
||||
mv "${tempdir}"/fstar "$(dirname "${INSTALL_DIR}")" && \
|
||||
rm --force --recursive "${tempdir}" && \
|
||||
ln --symbolic "${INSTALL_DIR}"/bin/fstar.exe "$(systemd-path user-binaries)"/fstar.exe
|
||||
ln --force --symbolic "${INSTALL_DIR}"/bin/fstar.exe "$(systemd-path user-binaries)"/fstar.exe
|
||||
}
|
||||
|
||||
github_update "${package}" "${repo}" fstar_resource install_fstar
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ install_tlapm() {
|
|||
rm --force --recursive "${INSTALL_DIR}" && \
|
||||
mv "${tempdir}"/tlapm "$(dirname "${INSTALL_DIR}")" && \
|
||||
rm --force --recursive "${tempdir}" && \
|
||||
ln --symbolic "${INSTALL_DIR}"/bin/tlapm "$(systemd-path user-binaries)"/tlapm
|
||||
ln --force --symbolic "${INSTALL_DIR}"/bin/tlapm "$(systemd-path user-binaries)"/tlapm
|
||||
}
|
||||
|
||||
github_update "${package}" "${repo}" tlapm_resource install_tlapm 1.6.0-pre
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue