Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ release-packagecloud-deb: build/deb/$(NAME)_$(VERSION)_all.deb
package_cloud push $(PACKAGECLOUD_REPOSITORY)/debian/bullseye build/deb/$(NAME)_$(VERSION)_all.deb
package_cloud push $(PACKAGECLOUD_REPOSITORY)/debian/bookworm build/deb/$(NAME)_$(VERSION)_all.deb
package_cloud push $(PACKAGECLOUD_REPOSITORY)/debian/trixie build/deb/$(NAME)_$(VERSION)_all.deb
package_cloud push $(PACKAGECLOUD_REPOSITORY)/raspbian/bullseye build/deb/$(NAME)_$(VERSION)_all.deb

validate: test
mkdir -p validation
Expand Down
2 changes: 1 addition & 1 deletion sshcommand
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fn-adduser() {
adduser -D -g "" -s /bin/bash "$l_user"
passwd -u "$l_user"
;;
debian* | ubuntu | raspbian*)
debian* | ubuntu)
adduser --disabled-password --gecos "" "$l_user"
;;
arch | amzn)
Expand Down