Skip to content

Commit

Permalink
major: switch to a directory under / instead of /home/vscode this to …
Browse files Browse the repository at this point in the history
…enable better support for mount paths
  • Loading branch information
venkatamutyala authored Jan 30, 2025
1 parent 07a59ec commit f78c522
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion developer-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ sudo groupadd -f docker
sudo usermod -aG docker vscode
echo 'fs.inotify.max_user_instances=1024' | sudo tee -a /etc/sysctl.conf
echo 1024 | sudo tee /proc/sys/fs/inotify/max_user_instances
sudo curl https://raw.githubusercontent.com/GlueOps/development-only-utilities/v0.21.0/tools/developer-setup/.glueopsrc --output /home/vscode/.glueopsrc
#sudo curl https://raw.githubusercontent.com/GlueOps/development-only-utilities/v0.21.0/tools/developer-setup/.glueopsrc --output /home/vscode/.glueopsrc
sudo curl https://raw.githubusercontent.com/GlueOps/development-only-utilities/refs/heads/major-switch-to-a-directory-under-/-instead-of-/home/vscode/tools/developer-setup/.glueopsrc --output /home/vscode/.glueopsrc
echo "source /home/vscode/.glueopsrc" | sudo tee -a /home/vscode/.bashrc
sudo chown -R vscode:vscode /home/vscode
sudo mkdir -p /workspaces
sudo chown -R vscode:vscode /workspaces
# disables the password for the current user (ex. root/admin/ubuntu users)
sudo passwd -d $USER
server_ip=$(echo $SSH_CONNECTION | awk '{print $3}')
Expand Down

0 comments on commit f78c522

Please sign in to comment.