dominiksalvet / gitpack

Git-based package manager written in POSIX shell
MIT License
99 stars 6 forks source link

Installation problem - Cannot create directory ‘/tmp/first-gitpack/1000/’: File exists #15

Open danee940 opened 1 week ago

danee940 commented 1 week ago

Environment Fedora Linux 41 (KDE Plasma) Linux 6.11.0-63.fc41.x86_64 ASUS Zenbook 14 UX3405MA

Steps

❯ wget -qO- https://raw.githubusercontent.com/dominiksalvet/gitpack/master/.install/initl.sh | sh

installing GitPack locally
mkdir: cannot create directory ‘/tmp/first-gitpack/1000/’: File exists

❯ sudo rm -rf /tmp/first-gitpack/

❯ wget -qO- https://raw.githubusercontent.com/dominiksalvet/gitpack/master/.install/initl.sh | sh

installing GitPack locally
cat: /var/lock/gitpack-1000.lock/pid: No such file or directory
E17: gitpack-1000.lock was acquired by another process 
if the problem persists, try rebooting

❯ sudo rm -rf /var/lock/gitpack-1000.lock

❯ wget -qO- https://raw.githubusercontent.com/dominiksalvet/gitpack/master/.install/initl.sh | sh

installing GitPack locally
mkdir: cannot create directory ‘/tmp/first-gitpack/1000/’: File exists

I tried removing the mentioned directory, but without any success. Rebooting also didn't help.