Skip to content

Commit

Permalink
Update initos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dixtdf authored May 4, 2023
1 parent c78a288 commit b144033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo \
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-compose
sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config
systemctl restart sshd
cp /etc/pam.d/gdm-password /etc/pam.d/gdm-password.bak
Expand Down

0 comments on commit b144033

Please sign in to comment.