commit 3dde55ebc14e167257343c23498648f107f04ab1 parent 24eea7acfedce739aec5c90556f31f6f39b2abe5 Author: awy <awy@awy.one> Date: Sun, 6 Apr 2025 14:58:04 +0300 autofox Diffstat:
M | rice.sh | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/rice.sh b/rice.sh @@ -144,9 +144,9 @@ cd /home/"$PERMUSER"/mutt-wizard make install cd /home/"$PERMUSER" -run_as_user git clone https://git.awy.one/autowolf -cd autowolf -run_as_user ./configure_librewolf.sh +run_as_user git clone https://git.awy.one/autofox +cd autofox +run_as_user ./configure_firefox.sh cd /home/"$PERMUSER" run_as_user git clone https://git.awy.one/wmenu @@ -155,7 +155,7 @@ run_as_user meson build ninja -C build install cd /home/"$PERMUSER" -rm -rf autowolf +rm -rf autofox rm -rf mutt-wizard rm -rf wmenu