Skip to content

Commit

Permalink
fixed Debian release change error
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerem Cem ASLAN committed Aug 26, 2021
1 parent 9bd1446 commit f1acc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ packages="nano sudo git" # tmux
$support_ssh_x && packages="$packages xbase-clients"

password=$user
$CHROOT -- "apt-get update && apt-get install -y $packages; \
$CHROOT -- "apt-get update --allow-releaseinfo-change && apt-get install -y $packages; \
grep $user /etc/passwd -q || { \
echo 'adding user $user'; \
useradd -m $user; \
Expand Down

0 comments on commit f1acc88

Please sign in to comment.