Upgrade prior download without wi-fi

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) Upgrade prior download without wi-fi
# 1  
Old 03-10-2012
Upgrade prior download without wi-fi

New Apple user going crazy with the wi-fi connection issues....

Went to the Apple store and downloaded 10.7.3 but delayed the install.
Came home and wireless was working much better, but I screwed it up with the "Renew DHCP Lease" sleeping wi-fi attempted fix.
I now see that 10.7.3 didn't install when I turned the MBA back on.

How do I run the install without wi-fi working?
(If the answer is to run a command line, I need to know how to do that too, sorry)

Save me a trip back to the Apple store!
Bill

---------- Post updated at 02:32 PM ---------- Previous update was at 11:24 AM ----------

Went to Starbucks and completed the 10.7.3 install and then a firmware install and my wi-fi may now be working!!!!!!!!!
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

IPF on Solaris 10 prior 10 8/07 releases

I'm trying to enable IPF ( ip filter ) on solaris 10 release 6/06 Solaris 10 6/06 s10s_u2wos_09a SPARC so i enabled svc:/network/ipfilter:default it was disabled by default and svc:/network/pfil:default was enabled and online there only one config file under etc $/etc/ipf/ipf.conf i... (1 Reply)
Discussion started by: h@foorsa.biz
1 Replies

2. UNIX for Dummies Questions & Answers

moving files prior to 2 days

Hi All, I have a question. i have a directory say /home/pavi/logs ls -ltr gives all the files in the /home/pavi/logs directory. i am trying to move only those files existing in this folder prior to 2 days. i.e files exiting say May 9th and May 8th remain in this directory but all the... (12 Replies)
Discussion started by: pavan_test
12 Replies

3. Shell Programming and Scripting

how to get lines prior to the line being searched

Hi, Can anbody please let me know how i can retrieve lines above the line being searched in a file. I am looking for an error message from a file, if I see that message I want the lines above that message along with this line. how do we do this. Please do let me know An example which i have... (2 Replies)
Discussion started by: arunrao_oradba
2 Replies

4. UNIX for Dummies Questions & Answers

How Do I backdate some to prior month?

I am currently programming a shell script and am running into an issue with how to backdate the timestamp to the prior month. Anyone have any suggestions as to how to backdate?? current date timestamp is: date +%Y%m%d-%H%M which being the month is 06 i want it to output 05. Any... (1 Reply)
Discussion started by: Jcheetwood
1 Replies

5. Shell Programming and Scripting

awk and split and variable used prior

I am trying to use awk and its split function to get the number of tokens in a string that are seperated by underscores. ex_alex_is_testing_this_script_ex would return 7. It works when I directly put the string in. However, I can not get it to work when I try to refer to a variable used earlier... (2 Replies)
Discussion started by: rx82000
2 Replies
Login or Register to Ask a Question
BGOFFICE-DICT-DOWNLOAD(1)				User Contributed Perl Documentation				 BGOFFICE-DICT-DOWNLOAD(1)

NAME
bgoffice-dict-download - download dictionaries for bgoffice SYNOPSIS
# list known dictionaries bgoffice-dict-download --list # download a dictionary bgoffice-dict-download --dict bg-en_dual # explicit output file bgoffice-dict-download --dict bg-en_dual --output=/some/where.tar.bz2 DESCRIPTION
bgoffice-dict-download is a small program to help download bgoffice dictionaries off sourceforge.net. It browses the bgoffice project download area and follows the download links. The dictionary is downloaded in the current directory, unless the "--output" option is used. OPTIONS
--list Prints the list of the known dictionaries. --dict dictionary name Specifies the dictionary to be downloaded. See "--list" for the known dictionaries. This option is mandatory, unless "--list" is given. --output file Saves the downloaded dictionary in the given file, instead of ./<dict>.tar.bz2 COPYRIGHT AND LICENSE
Copyright: (C) 2010 Damyan Ivanov dmn@debian.org Permission is granted to use this work, with or without modifications, provided that this notice is retained. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. perl v5.14.2 2010-12-16 BGOFFICE-DICT-DOWNLOAD(1)