diff options
| -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" \ |
