summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-22 08:09:54 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-22 08:09:54 +0900
commit9773f66c81b5812fc25ac091a7ff8f11920bde7d (patch)
treed89fc4ac927f9185c2538fd0d4af3e25ea281403 /static
parenta18a23b1509f7c97bb0405bab0f6d23a0f27c811 (diff)
modified static/progs.csv, modified static/thesiah.sh
Diffstat (limited to 'static')
-rw-r--r--static/progs.csv1
-rwxr-xr-xstatic/thesiah.sh4
2 files changed, 3 insertions, 2 deletions
diff --git a/static/progs.csv b/static/progs.csv
index 3fdcd8c..d8efc71 100644
--- a/static/progs.csv
+++ b/static/progs.csv
@@ -142,7 +142,6 @@ P,numpy,is the fundamental package for scientific computing with Python.
I,openssh,"is SSH protocol implementation for remote login, command execution, and file transfer."
I,openvpn,is an open source VPN daemon.
,pacman-contrib,is contributed scripts and tools for pacman systems.
-A,pacman-static,is a statically-compiled pacman to fix or install systems without libc.
A,pam-gnupg,allows auto unlocks when log-in.
,pam_mount,is a PAM module that can mount volumes for a user session.
P,pandas,"is a Python package that provides fast, flexible, and expressive data structures."
diff --git a/static/thesiah.sh b/static/thesiah.sh
index f72380d..1b16454 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -678,7 +678,9 @@ Depends = dash' >/usr/share/libalpm/hooks/relinking-dash.hook
finalize() {
unset pass1 pass2
unset epass1 epass2
- sudo -u "$name" ln -sf /home/"$name"/.dotfiles/default/Pictures/wallpaper/city.png /home/"$name"/.local/share/wallpapers/bg
+ sudo -u "$name" ln -sf /home/"$name"/.dotfiles/global/Pictures/wallpaper/city.png /home/"$name"/.local/share/wallpapers/bg
+ curl -L -o /home/"$name"/.local/bin/pacman-static https://pkgbuild.com/~morganamilo/pacman-static/x86_64/bin/pacman-static
+ chmod +x /home/"$name"/.local/bin/pacman-static
# Farewell
whiptail --title "All done!" \
--msgbox "Congrats! Provided there were no hidden errors, the script completed successfully and all the programs and configuration files should be in place.\\n\\nTo run the new graphical environment, log out and log back in as your new user, then run the command \"startx\" to start the graphical environment (it will start automatically in tty1).\\n\\n.t Soomin" 13 80