Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to skip "If you want to download and install the files on your System press Y else N to abort. [Y/N]: " prompt? #15

Closed
Vdragon opened this issue Jun 9, 2012 · 10 comments · Fixed by #20

Comments

@Vdragon
Copy link

Vdragon commented Jun 9, 2012

It will be great if apt-fast can --assume-yes.
for automated script ;)

@ilikenwf
Copy link
Owner

ilikenwf commented Jun 9, 2012

I'm sure that could be arranged...

is --assume-yes apt-get syntax?

On 06/09/2012 10:34 AM, V字龍 | Vdragon wrote:

It will be great if apt-fast can --assume-yes.


Reply to this email directly or view it on GitHub:
#15

@Vdragon
Copy link
Author

Vdragon commented Jun 9, 2012

@ilikenwf
Sure it is :)
aptitude have the same options too
I currently tried to make a post-install script for ubuntu and I believe apt-fast can speed-up its process.
https://github.com/Vdragon/Vdragon_s_ubuntu_postinstall_script/tree/master/Script

@ilikenwf
Copy link
Owner

@Vdragon - nice work - are you the guy who emailed me yesterday?

@Vdragon
Copy link
Author

Vdragon commented Jun 12, 2012

@ilikenwf
nope

@ilikenwf
Copy link
Owner

remind me again if this isn't in the current revision...

@Vdragon
Copy link
Author

Vdragon commented Jun 14, 2012

@ilikenwf
/usr/local/sbin/apt-fast: line 115: [: missing `]'

@Lasall
Copy link
Collaborator

Lasall commented Jun 14, 2012

Sry, I missed one whitespace. @ilikenwf: Please insert one between "$DLDIR" and ] (line 115).

Lasall added a commit to Lasall/apt-fast that referenced this issue Jun 14, 2012
 * Check if _APTMGR is enabled and available.
 * Add setting to skip download confirmation. Closes ilikenwf#15
 * Minor fixes.
@Vdragon
Copy link
Author

Vdragon commented Jun 14, 2012

@Lasall @ilikenwf
I still failed skipping
If you want to download and install the files on your System press Y else n to abort. [Y/n]:
prompt using -y or --assume-yes option on current version
example:
sudo apt-fast -y install byobu

@Lasall
Copy link
Collaborator

Lasall commented Jun 14, 2012

@Vdragon: Did you enable DOWNLOADBEFORE in config file? -y switch is reserved for package manager.

@Vdragon
Copy link
Author

Vdragon commented Jun 14, 2012

@Lasall
Oh the 15-m branch I got it
thanks :)

@Vdragon Vdragon closed this as completed Jun 14, 2012
Repository owner deleted a comment Feb 6, 2023
Repository owner locked as spam and limited conversation to collaborators Feb 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@ilikenwf @Vdragon @Lasall and others