Author Topic: New (development/untested so far) apt-fast version - on GitHub!  (Read 810 times)

Offline Matt Parnell/ilikenwf

  • New Friend
  • *
  • Posts: 4
    • Matt Parnell's Brain: Plugged In!
New (development/untested so far) apt-fast version - on GitHub!
« on: December 22, 2011, 01:52:13 PM »
I've moved apt-fast development to GitHub, so that I can accept pull requests from others wishing to contribute, and keep track of code changes...

I've made some but have yet to test them, so be sure to read the README and also edit apt-fast.sh itself to uncomment the download manager of your choice.

https://github.com/ilikenwf/apt-fast
See my site here... http://www.mattparnell.com

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8589
  • Aurum nostrum non est aurum vulgi.
Re: New (development/untested so far) apt-fast version - on GitHub!
« Reply #1 on: December 30, 2011, 05:45:49 AM »
I've moved apt-fast development to GitHub, so that I can accept pull requests from others wishing to contribute, and keep track of code changes...

I've made some but have yet to test them, so be sure to read the README and also edit apt-fast.sh itself to uncomment the download manager of your choice.

https://github.com/ilikenwf/apt-fast

I'm looking into it. Will report back. Thank you.

EDIT:

v0.03 uses axel and v1.4 has a choice of axel or aria2c. Is aria2c the same (too lazy to Google ;)) as aria2 which we have on our repo? If they (aria2 and aria2c) are the same, which would you recommend? Reasons?

Thanks you, Mr. Matt Parnell.
« Last Edit: December 30, 2011, 05:55:37 AM by Archie »
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8589
  • Aurum nostrum non est aurum vulgi.
Re: New (development/untested so far) apt-fast version - on GitHub!
« Reply #2 on: December 31, 2011, 12:00:27 AM »
Hello Mr. Matt Parnell,

I created a diff to uncomment the _DOWNLOADER= for axel. The error is the same whether it's an RPM or I copy the bashscript over to /usr/bin. Here's the output I get:

Code: [Select]
[root@localhost ~] # apt-fast install vim-enhanced
Either you stopped apt-fast in the middle of work or it's already running.
If you think apt-fast isn't running, you may delete /var/lock/apt-fast.lck and try again.
[root@localhost ~] # rm -f /var/lock/apt-fast.lck
[root@localhost ~] # apt-fast install vim-enhanced
Working...
cat: invalid option -- 'l'
Try `cat --help' for more information.
[root@localhost ~] # rq apt-fast
apt-fast-1.4-1_archie_2011
[root@localhost ~] #
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42