AFK-OS / una

Una (Una's Not APT) - A complete MPR helper
GNU General Public License v3.0
105 stars 12 forks source link

Directory nonexistent #26

Open Cwavs opened 2 years ago

Cwavs commented 2 years ago

After updating to 3.2.0 running una always returns the error sh: 1: cannot create /etc/una/config: Directory nonexistent after trying to create the config files. I have reinstalled, and it didn't fix the issue.

ghost commented 2 years ago

Can confirm. The error output:

una v3.2.0

>> creating una directory and config files
sh: 1: cannot create /etc/una/config: Directory nonexistent

OS: Debian GNU/Linux 11 (bullseye) x86_64

Fixed it by running sudo mkdir /etc/una/.

Cwavs commented 2 years ago

Fixed it by running sudo mkdir /etc/una/.

This also fixed it for me, so it looks to be a good workaround for now.

pirate486743186 commented 2 years ago

he needs to add it in the PKGBUILD For a manual install, it should create it automaticaly.

ruben2rl commented 1 year ago

he needs to add it in the PKGBUILD For a manual install, it should create it automaticaly.

I have a new problem after manually adding the folder with "sudo mkdir /etc/una/." Now I can't install anything, I get this message:"/usr/bin/una: line 189: freetube-bin/PKGBUILD: No such file or directory"

how do I add the path to pkgbuild? Thanks