pacstall / pacstall

An AUR-inspired package manager for Ubuntu
https://pacstall.dev
GNU General Public License v3.0
1.28k stars 46 forks source link

Should probably not install files in users home directory with sudo #112

Closed kaistian closed 3 years ago

kaistian commented 3 years ago

Since the STGDIR is in the users home directory creating the directory and the files with sudo is not necessary. I would say that all files in $HOME must be own by the user. https://github.com/pacstall/pacstall/blob/c28395861b501504569be7b697a33dae5017ba27/install.sh#L99-L113

Elsie19 commented 3 years ago

true