Mar2zz / LaSi

LaSi is short for: Lazy admin Scripted Installers. Aim is to create 'easy' walkthrough-installers written in Bash for programs that are not inside official *nix-repo's, but for example only on Github or Googlecode. Main focus is headless servers, right now it supports debian-based systems, freeBSD-deratives (thx to Kriss1981) and bootstrapped Synology NAS devices (thx to Jeroenve)).
mar2zz.tweakblogs.net
GNU General Public License v3.0
60 stars 8 forks source link

error installing maraschino #26

Closed aegis123 closed 12 years ago

aegis123 commented 12 years ago

I'm getting this error when installing maraschino. I ran it twice. deleting the folder /opt/maraschino after the first run.

Setting up maraschino (2012.01.04) ... fatal: destination path '/opt/maraschino' already exists and is not an empty directory. dpkg: error processing maraschino (--configure): subprocess installed post-installation script returned error exit status 128 Errors were encountered while processing: maraschino E: Sub-process /usr/bin/dpkg returned an error code (1)

Mar2zz commented 12 years ago

Don't delete by hand. Apt is used for install, so sudo apt-get purge maraschino and then reinstall should fix this I hope. (btw fixed the /tmp/./LaSi.sh thingy. thx for reporting.