Skip to content

Commit

Permalink
don't use sudo during chroot (Bedrock install)
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Jul 24, 2024
1 parent c7548c7 commit 6b7b918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airootfs/usr/local/bin/StratOS-configure-bedrock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
echo "Setting up Bedrock!"
# curl -sSL https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-x86_64.sh > ./install-bedrock
echo 'Not reversible!' | sudo bash /usr/local/bin/install-bedrock-x86_64 --hijack
echo 'Not reversible!' | bash /usr/local/bin/install-bedrock-x86_64 --hijack

0 comments on commit 6b7b918

Please sign in to comment.