AFK-OS/una

Directory nonexistent

Opened this issue · 4 comments

Cwavs commented

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.

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

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

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

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

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