File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ preinstallmsg || error "User exited."
275
275
refreshkeys ||
276
276
error " Error automatically refreshing Arch keyring. Consider doing so manually."
277
277
278
- for x in curl ca-certificates base-devel git ntp zsh; do
278
+ for x in curl ca-certificates base-devel git ntp zsh dash ; do
279
279
whiptail --title " LARBS Installation" \
280
280
--infobox " Installing \` $x \` which is required to install and configure other programs." 8 70
281
281
installpkg " $x "
@@ -330,6 +330,9 @@ sudo -u "$name" mkdir -p "/home/$name/.cache/zsh/"
330
330
sudo -u " $name " mkdir -p " /home/$name /.config/abook/"
331
331
sudo -u " $name " mkdir -p " /home/$name /.config/mpd/playlists/"
332
332
333
+ # Make dash the default #!/bin/sh symlink.
334
+ ln -sfT /bin/dash /bin/sh > /dev/null 2>&1
335
+
333
336
# dbus UUID must be generated for Artix runit.
334
337
dbus-uuidgen > /var/lib/dbus/machine-id
335
338
You can’t perform that action at this time.
0 commit comments