#!/bin/bash #dist=bionic change line 40+62. pkg2appimageVersion="1806" #AppImageKitVersion="12" libnslversion="2.27" debpkg="libjack-jackd2-0_1.9.12~dfsg-2_amd64.deb" debpkg2="libc6_2.27-3ubuntu1.2_amd64.deb" #Download building tools. if [[ -f /usr/bin/wget ]] then if [[ -f pkg2appimage-1806-x86_64.AppImage ]] then echo "pkg2appimage-$pkg2appimageVersion-x86_64.AppImage found" else wget "https://github.com/AppImage/pkg2appimage/releases/download/continuous/pkg2appimage-$pkg2appimageVersion-x86_64.AppImage" fi else echo "please install wget" && exit fi if [[ -f appimagetool-x86_64.AppImage ]] then echo "appimagetool-x86_64.AppImage found" else #wget "https://github.com/AppImage/AppImageKit/releases/download/$AppImageKitVersion/appimagetool-x86_64.AppImage" wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" fi #Make exec. chmod +x "pkg2appimage-$pkg2appimageVersion-x86_64.AppImage" chmod +x appimagetool-x86_64.AppImage #Create BlueRecorder.yml file. cat > BlueRecorder.yml < blue-recorder.desktop <