Skip to content

Commit

Permalink
calamares da penguins-eggs
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroproietti committed Dec 22, 2024
1 parent 10d380a commit efa99a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTIONS/sourceforge/isos
3 changes: 2 additions & 1 deletion src/classes/pacman.d/archlinux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default class Archlinux {
// const cal_eggs = 'calamares-eggs-3.3.9-1-x86_64.pkg.tar.zst' // 01/09/2024
// const cal_eggs = 'calamares-eggs-3.3.10-1-x86_64.pkg.tar.zst' // 24/10/2024
const cal_eggs = 'calamares-eggs-3.3.12-1-x86_64.pkg.tar.zst' // 17/12/2024
let cmd = `wget -O /tmp/${cal_eggs} https://sourceforge.net/projects/penguins-eggs/files/Packages/aur/${cal_eggs}/download`
//let cmd = `wget -O /tmp/${cal_eggs} https://sourceforge.net/projects/penguins-eggs/files/packages/aur/${cal_eggs}/download`
let cmd = `wget -O /tmp/${cal_eggs} https://penguins-eggs.net/basket/packages/aur/${cal_eggs}/download`
try {
await exec(cmd, echo)
cmd = `pacman -U /tmp/${cal_eggs}`
Expand Down

0 comments on commit efa99a6

Please sign in to comment.