diff --git a/stower.sh b/stower.sh index 4ddce0f..dab4054 100755 --- a/stower.sh +++ b/stower.sh @@ -109,10 +109,12 @@ function inst_pkgs { pkg_inst $key done - sudo cp $HYPRMOONARCH_DIR/usr/local/bin/{*} /usr/local/bin/ + sudo cp -Rf $HYPRMOONARCH_DIR/usr/local/bin/* /usr/local/bin/ paru -S informant sudo informant read --all + sudo usermod -a -G informant $USER + fi cd $HYPRMOONARCH_DIR