File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -307,10 +307,10 @@ else
307
307
fi
308
308
309
309
if [ " $distVersionNumber " == " 25.04" ] && [ " $distribution " == " Ubuntu" ]; then
310
- sed -i " s/focal;/oracular ;/g" $WORK_DIR /install/debian/changelog
311
- sed -i " s/ubuntu20.04/ubuntu24.10 /g" $WORK_DIR /install/debian/changelog
312
- sed -i " s/jammy;/oracular ;/g" $WORK_DIR /install/debian/changelog
313
- sed -i " s/ubuntu22.04/ubuntu24.10 /g" $WORK_DIR /install/debian/changelog
310
+ sed -i " s/focal;/plucky ;/g" $WORK_DIR /install/debian/changelog
311
+ sed -i " s/ubuntu20.04/ubuntu25.04 /g" $WORK_DIR /install/debian/changelog
312
+ sed -i " s/jammy;/plucky ;/g" $WORK_DIR /install/debian/changelog
313
+ sed -i " s/ubuntu22.04/ubuntu25.04 /g" $WORK_DIR /install/debian/changelog
314
314
sed -i " s/golang-1.16,/golang-1.24,/g" $WORK_DIR /install/debian/control
315
315
find . -name " *.go" -exec sed -i " s/github.com\\ /shirou\\ /gopsutil\\ /v3\\ /process/github.com\\ /shirou\\ /gopsutil\\ /process/g" {} \;
316
316
else
You can’t perform that action at this time.
0 commit comments