Skip to content

Commit

Permalink
Merge pull request #73 from mikaelvz/3.X.X
Browse files Browse the repository at this point in the history
fix : ectool and cbmem URLs
  • Loading branch information
death7654 authored Oct 16, 2024
2 parents ad50832 + 0b35a5f commit 62af2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ fi
rm $APPIMAGE
cd $APPIMAGEDIR
cp $ROOT/Linux/AppRun $APPDIR
curl -L https://tree123.org/chrultrabook/utils/ectool -o $APPDIR/usr/bin/ectool
curl -L https://tree123.org/chrultrabook/utils/cbmem -o $APPDIR/usr/bin/cbmem
curl -L https://files.tree123.org/utils/x86_64/gnu/ectool -o $APPDIR/usr/bin/ectool
curl -L https://files.tree123.org/utils/x86_64/gnu/cbmem -o $APPDIR/usr/bin/cbmem
chmod +x $APPDIR/usr/bin/*
curl -L $APPIMAGETOOLURL -o AppImageTool.AppImage
chmod +x AppImageTool.AppImage
Expand Down

0 comments on commit 62af2b3

Please sign in to comment.