mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Support for new Dragonframe versioning
This commit is contained in:
parent
0f671a6aab
commit
7dfb19f6c7
@ -5,7 +5,14 @@
|
|||||||
# Import library
|
# Import library
|
||||||
source $(dirname ${BASH_SOURCE[0]})/install-lib.sh
|
source $(dirname ${BASH_SOURCE[0]})/install-lib.sh
|
||||||
|
|
||||||
dragonframe=$(searchProgramInstalled dragonframe | \
|
# Fix issue with shared library files.
|
||||||
|
function postInstallFix() {
|
||||||
|
sudo rm /opt/dragonframe2024/lib/libtiff.so.5
|
||||||
|
sudo rm /opt/dragonframe2024/lib/libudev.so.0
|
||||||
|
sudo ln -s -f /lib64/libudev.so.1 /opt/dragonframe2024/lib/libudev.so.0
|
||||||
|
}
|
||||||
|
|
||||||
|
dragonframe=$(searchProgramInstalled dragonframe20* | \
|
||||||
awk 'END {print $(NF-2), $(NF-1), $NF}')
|
awk 'END {print $(NF-2), $(NF-1), $NF}')
|
||||||
dragonframeVersion=$(echo $dragonframe | awk '{print $2;}' | filterVersion)
|
dragonframeVersion=$(echo $dragonframe | awk '{print $2;}' | filterVersion)
|
||||||
url=$(curl -s https://www.dragonframe.com/downloads/ \
|
url=$(curl -s https://www.dragonframe.com/downloads/ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user