Giter VIP home page Giter VIP logo

Comments (8)

Sector11 avatar Sector11 commented on September 27, 2024

I'm not a script writer but wouldn't (I found this on the net)

blah blah
read -p "wget will be installed do you want curl as well? (Y|n) " yn
case $yn in
[Yy]* ) some command;;
[Nn]* ) different command;;
script continues

slap me if I'm too far off course.

from bunsen-pipemenus.

johnraff avatar johnraff commented on September 27, 2024

That's the basic point, yes.
wget and curl do similar jobs, but their syntax is different so a script that used curl would have to be tweaked a bit to use wget instead.

Each of them is good, and I have both because one is usually easier to use than the other for some particular job.

Anyway, I'll do a grep -r and see what I can find.

from bunsen-pipemenus.

johnraff avatar johnraff commented on September 27, 2024

I can't find any script in bunsen-pipemenus which uses curl. Is there any other reason it would be needed?

from bunsen-pipemenus.

 avatar commented on September 27, 2024

I don't think so; I checked the curl package and the curl binary is the only one in the package. If no package uses curl, the dep can go.

from bunsen-pipemenus.

hhhorb avatar hhhorb commented on September 27, 2024

Something's pulling xscreensaver, I can't remember what. I'd like that dropped so we can switch to light-locker, unless we want both installed.

from bunsen-pipemenus.

Sector11 avatar Sector11 commented on September 27, 2024
 18 Aug 15 | 07:51:42 ~
    $ rdep xscreensaver
alias apt-cache rdepends filename
xscreensaver
Reverse Depends:
  bunsen-utilities
  bunsen-utilities
  xscreensaver-gl-extra:i386
  xscreensaver-gl:i386
  xscreensaver-data-extra:i386
  xscreensaver-data-extra:i386
  xscreensaver-data:i386
  xscreensaver-data:i386
  xscreensaver:i386
  xscreensaver-gl-extra
  xscreensaver-gl-extra
  xscreensaver-gl
  xscreensaver-gl
  xscreensaver-data-extra
  xscreensaver-data-extra
  xscreensaver-data-extra
  xscreensaver-data
  xscreensaver-data
  xscreensaver-data
  xfce4-session
  xautolock
 |unicode-screensaver
 |rss-glx
  lxde-core
  kscreensaver-xsavers
  icewm-common
 |hibernate
  goban-ss
  gkrellshoot
  fvwm-crystal
  cwm
  blueproximity
  afterstep
 |acpi-support

 18 Aug 15 | 08:05:12 ~
    $ 

hibernate maybe?

from bunsen-pipemenus.

johnraff avatar johnraff commented on September 27, 2024

Something's pulling xscreensaver

It's a dependency of bunsen-utilities. If we switch to light-locker then bl-lock will be rewritten and the dependency will also be changed to light-locker.

from bunsen-pipemenus.

johnraff avatar johnraff commented on September 27, 2024

Anyway I've taken curl out of bunsen-pipemenus' dependencies.

from bunsen-pipemenus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.