Skip to content

Commit

Permalink
Merge pull request #540 from emrakyz/patch-1
Browse files Browse the repository at this point in the history
Install dash and make it the default #!/bin/sh symlink.
  • Loading branch information
LukeSmithxyz authored Jul 16, 2024
2 parents e383dff + 6fd00ae commit e7f909b
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 @@ -286,7 +286,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 @@ -344,6 +344,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 e7f909b

Please sign in to comment.