diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-01 02:12:12 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-01 02:12:12 +0900 |
| commit | 7e99a03e20628fdea4c150a16d811d19a512765d (patch) | |
| tree | 09d644148172b6ade3092e0b5893176e18855973 | |
| parent | eea379c9637f5bf06dc76e5dce432a61a70f94de (diff) | |
Init
| -rwxr-xr-x | public/thesiah-debian.sh | 2 | ||||
| -rwxr-xr-x | public/thesiah.sh | 10 | ||||
| -rwxr-xr-x | static/thesiah-debian.sh | 2 | ||||
| -rwxr-xr-x | static/thesiah.sh | 10 |
4 files changed, 14 insertions, 10 deletions
diff --git a/public/thesiah-debian.sh b/public/thesiah-debian.sh index 3da9ec3..9b93707 100755 --- a/public/thesiah-debian.sh +++ b/public/thesiah-debian.sh @@ -64,7 +64,7 @@ adduserandpass() { "/home/$name/Public" \ "/home/$name/Torrent/complete" \ "/home/$name/Torrent/incomplete" \ - "/media/flash" \ + "/media/$name/flash" \ "/mnt/second" \ "/home/$name" && chown -R "$name":sudo /home/"$name" echo "$name:$pass1" | chpasswd >/dev/null 2>&1 diff --git a/public/thesiah.sh b/public/thesiah.sh index bb5cf7a..5e2b909 100755 --- a/public/thesiah.sh +++ b/public/thesiah.sh @@ -824,6 +824,12 @@ elogindsetup # Set up gpu microsetup +# Set up tlp +tlpsetup + +# Set up bbswitch +bbswitchsetup + # Get Librewolf installed with add-ons and non-bad settings. librewolfsetup || error "Failed to set up librewolf." @@ -832,10 +838,6 @@ librewolfsetup || error "Failed to set up librewolf." putgitrepo "$passwordrepo" "/home/$name/.local/share" "$repobranch" putgitrepo "$obsidianrepo" "/home/$name" "$repobranch" putgitrepo "$webrepo" "/home/$name" "$repobranch" - # Set up tlp - tlpsetup - # Set up bbswitch - bbswitchsetup } # Make grub fast diff --git a/static/thesiah-debian.sh b/static/thesiah-debian.sh index 3da9ec3..9b93707 100755 --- a/static/thesiah-debian.sh +++ b/static/thesiah-debian.sh @@ -64,7 +64,7 @@ adduserandpass() { "/home/$name/Public" \ "/home/$name/Torrent/complete" \ "/home/$name/Torrent/incomplete" \ - "/media/flash" \ + "/media/$name/flash" \ "/mnt/second" \ "/home/$name" && chown -R "$name":sudo /home/"$name" echo "$name:$pass1" | chpasswd >/dev/null 2>&1 diff --git a/static/thesiah.sh b/static/thesiah.sh index bb5cf7a..5e2b909 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -824,6 +824,12 @@ elogindsetup # Set up gpu microsetup +# Set up tlp +tlpsetup + +# Set up bbswitch +bbswitchsetup + # Get Librewolf installed with add-ons and non-bad settings. librewolfsetup || error "Failed to set up librewolf." @@ -832,10 +838,6 @@ librewolfsetup || error "Failed to set up librewolf." putgitrepo "$passwordrepo" "/home/$name/.local/share" "$repobranch" putgitrepo "$obsidianrepo" "/home/$name" "$repobranch" putgitrepo "$webrepo" "/home/$name" "$repobranch" - # Set up tlp - tlpsetup - # Set up bbswitch - bbswitchsetup } # Make grub fast |
