running postinstall.sh

I ran postinstall.sh without sudo. I know. I feel like a moron. Is this going to cause any problems? Looks like the script created a bunch of files and directories?

vagrant@precise64:~$ ll
total 44
drwxr-xr-x 5 vagrant vagrant 4096 Jul 22 18:48 ./
drwxr-xr-x 3 root    root    4096 Sep 14  2012 ../
-rw------- 1 vagrant vagrant  255 Jul 22 18:51 .bash_history
-rw-r--r-- 1 vagrant vagrant  220 Sep 14  2012 .bash_logout
-rw-r--r-- 1 vagrant vagrant 3486 Sep 14  2012 .bashrc
drwx------ 2 vagrant vagrant 4096 Sep 14  2012 .cache/
drwxrwxr-x 4 vagrant vagrant 4096 Jul 22 18:47 .gem/
-rw-r--r-- 1 vagrant vagrant  675 Sep 14  2012 .profile
drwx------ 2 vagrant vagrant 4096 Sep 14  2012 .ssh/
-rw-r--r-- 1 vagrant vagrant    0 Sep 14  2012 .sudo_as_admin_successful
-rw------- 1 vagrant vagrant    6 Sep 14  2012 .vbox_version
-rw------- 1 vagrant vagrant   12 Sep 14  2012 .veewee_version
Sorry You must be a logged in, registered user to answer a question.

Answers

I don't think it'll affect anything but it wouldn't hurt to run it again as sudo.

I've done the same thing, but it looks like the post_install.sh script is deleted as part of the process.
Declan Costello on