diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-10-11 01:13:11 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-10-11 01:13:11 +0900 |
| commit | 4842c70080cd68f659974508dab0f14ad8c5a46e (patch) | |
| tree | c29d5995ce7e593f16ff36dce2d5849be0fde6ac | |
| parent | 22cbd293a49d7817954c821d13dabd9047279ed7 (diff) | |
Init
| -rw-r--r-- | public/progs.csv | 1 | ||||
| -rwxr-xr-x | public/thesiah.sh | 2 | ||||
| -rwxr-xr-x | static/thesiah.sh | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/public/progs.csv b/public/progs.csv index dd662aa..1023b26 100644 --- a/public/progs.csv +++ b/public/progs.csv @@ -190,6 +190,7 @@ I,ufw,is a tool for firewall. ,unoconv,is a Libreoffice-based document converter. ,unrar,is an uncompression program for RAR. ,unzip,unzips zips. +,upower,abstracts for enumerating power devices especially for bluetooth devices. ,urlscan,is an url selector for Mutt and termial. A,urlview-xdg-git,enables to view url in a terminal. A,wallset,is a wallpaper manager that makes it easy to set videos as wallpaper. diff --git a/public/thesiah.sh b/public/thesiah.sh index cda3e26..54e47ef 100755 --- a/public/thesiah.sh +++ b/public/thesiah.sh @@ -105,7 +105,7 @@ adduserandpass() { usermod -a -G wheel,storage,power,video,audio "$name" && mkdir -p \ "/home/$name/.config" \ "/home/$name/.local/bin" \ - "/home/$name/.local/share" \ + "/home/$name/.local/share/history" \ "/home/$name/.local/src" \ "/home/$name/Desktop" \ "/home/$name/Documents" \ diff --git a/static/thesiah.sh b/static/thesiah.sh index cda3e26..54e47ef 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -105,7 +105,7 @@ adduserandpass() { usermod -a -G wheel,storage,power,video,audio "$name" && mkdir -p \ "/home/$name/.config" \ "/home/$name/.local/bin" \ - "/home/$name/.local/share" \ + "/home/$name/.local/share/history" \ "/home/$name/.local/src" \ "/home/$name/Desktop" \ "/home/$name/Documents" \ |
