Skip to content

Commit

Permalink
Auto yes
Browse files Browse the repository at this point in the history
  • Loading branch information
reckel-jm committed Mar 18, 2024
1 parent 488254a commit 93a4d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parts:
wget -nc "https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/lazarus-project_3.2.0-0_amd64.deb"
wget -nc "https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/fpc-laz_3.2.2-210709_amd64.deb"
wget -nc "https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/fpc-src_3.2.2-210709_amd64.deb"
apt install "./lazarus-project_3.2.0-0_amd64.deb" "./fpc-laz_3.2.2-210709_amd64.deb" "./fpc-src_3.2.2-210709_amd64.deb"
apt -y install "./lazarus-project_3.2.0-0_amd64.deb" "./fpc-laz_3.2.2-210709_amd64.deb" "./fpc-src_3.2.2-210709_amd64.deb"
fi
prime: [-*]
cantara:
Expand Down

0 comments on commit 93a4d05

Please sign in to comment.