Skip to content

Commit

Permalink
Make dash the default #!/bin/sh symlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
emrakyz authored Nov 18, 2023
1 parent 22c637b commit 6fd00ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/larbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ preinstallmsg || error "User exited."
refreshkeys ||
error "Error automatically refreshing Arch keyring. Consider doing so manually."

for x in curl ca-certificates base-devel git ntp zsh; do
for x in curl ca-certificates base-devel git ntp zsh dash; do
whiptail --title "LARBS Installation" \
--infobox "Installing \`$x\` which is required to install and configure other programs." 8 70
installpkg "$x"
Expand Down Expand Up @@ -330,6 +330,9 @@ sudo -u "$name" mkdir -p "/home/$name/.cache/zsh/"
sudo -u "$name" mkdir -p "/home/$name/.config/abook/"
sudo -u "$name" mkdir -p "/home/$name/.config/mpd/playlists/"

# Make dash the default #!/bin/sh symlink.
ln -sfT /bin/dash /bin/sh >/dev/null 2>&1

# dbus UUID must be generated for Artix runit.
dbus-uuidgen >/var/lib/dbus/machine-id

Expand Down

0 comments on commit 6fd00ae

Please sign in to comment.