Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Feb 19, 2024
1 parent 37e1378 commit 1a2dcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -145,7 +145,7 @@ async function main() {
${arch === "x64" ? 'useradd -m -G wheel user' : ''}
${arch === "arm64" ? 'usermod -l user alarm' : ''}
${arch === "arm64" ? 'groupmod -n user alarm' : ''}
${arch === "arm64" ? 'usermod -d /home/user -m user' : ''}
${arch === "arm64" ? 'usermod -d /home/user -m user || true' : ''}
echo "user:147147" | chpasswd
echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
Expand Down

0 comments on commit 1a2dcc1

Please sign in to comment.