Im lost, created new vm includes Ubuntu, updated
Sudo mkdir -p /opt/yams
Sudo chown -R $user:$user /opt/yams
Git clone --depth 1 https://gitlab.com/rogs/yams.git /tmp/yams
Cd /tmp/yams
Bash install.sh
Yams begins installs docker
Enter for my username
Enter for install directory/opt/yams
Enter for media directory/srv/media
Are you sure type y and hit enter
Directory does not exist, attempting to create
Mkdir:cannot create directory permission denied
Groups $user
$user adm cdrom sudo dip plugdev lxd docker
Ls -l /var/run/docker.sock
Srw-rw---- 1 root docker
So what is going on? On my previous several attempts i never had this issue. I know i am a newb but isnt this showing that i do have permissions? I CAN run hello-world. So what/where did i mess up?
Im writing all these steps down to be sure to not mess stuff up. Usually when i mistype something tells you it failed. So far this seems to let me go along but this snag has got me stumped. Searches are no joy.
Is this something i set up wrong in my vm? Did i miss a step or mess up here somehow. Its probably plain as day but i cant see it!!!!
If my username has root permissions how do i not have permission!?