Skip to content

Commit

Permalink
server-setup cups
Browse files Browse the repository at this point in the history
  • Loading branch information
biocoderh committed Dec 24, 2023
1 parent 0c0e239 commit fec86c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .scripts/arch/server-setup
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ sudo setfacl -R -d -m g::rwx "$MEDIA_PATH"
pkgs install openssh
sudo systemctl enable --now sshd

# CUPS
meta-install cups
sudo cupsctl --remote-admin --remote-any --share-printers

# Samba
pkgs install samba avahi wsdd2
sudo smbpasswd -a "$USER"
Expand Down

0 comments on commit fec86c8

Please sign in to comment.