1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-27 22:30:17 +00:00

Remove old .jar versions of Stirling-PDF (#3512)

This commit is contained in:
Jc Miñarro 2025-03-31 10:01:26 +02:00 committed by GitHub
parent 47aa3c3cf2
commit e35416eb7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,7 @@ function update_script() {
cd Stirling-PDF-$RELEASE
chmod +x ./gradlew
$STD ./gradlew build
rm -rf /opt/Stirling-PDF/Stirling-PDF-*.jar
cp -r ./build/libs/Stirling-PDF-*.jar /opt/Stirling-PDF/
cp -r scripts /opt/Stirling-PDF/
cd ~