diff options
| author | awy <awy@awy.one> | 2025-10-29 01:33:38 +0300 | 
|---|---|---|
| committer | awy <awy@awy.one> | 2025-10-29 01:33:38 +0300 | 
| commit | c439e064388af78d179002831b6ff27a60d60f21 (patch) | |
| tree | 6fdd5765ed7f7d7c9bec4b5344bdc8aa0e3e3d91 | |
| parent | e4bf0f02e29fedb4654409eacad71c87db635dd1 (diff) | |
| download | hyprdots-c439e064388af78d179002831b6ff27a60d60f21.tar.gz | |
| -rwxr-xr-x | rice.sh | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -27,7 +27,6 @@ run_as_user() {  usermod -aG seat $PERMUSER  DEPLIST="`sed -e 's/#.*$//' -e '/^$/d' dependencies.txt | tr '\n' ' '`" -pacman -Sy --noconfirm  pacman -S $DEPLIST --noconfirm --needed  run_as_user cp -r "$WORKDIRECTORY"/.config /home/"$PERMUSER" |