scripts: Clean up unneeded scripts

This commit is contained in:
Alexey Rogachevskiy
2020-02-26 16:17:19 +03:00
parent 55e06f6f1b
commit ae91bb580c
4 changed files with 0 additions and 30 deletions

View File

@@ -1,6 +0,0 @@
#!/usr/bin/env bash
sudo apt update
sudo apt install -y build-essential make perl
# virtualbox is still terrible, let's target vmware
sudo apt install -y open-vm-tools

View File

@@ -1,9 +0,0 @@
#!/usr/bin/env bash
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
sudo apt update
sudo apt install -y python-rosinstall python-rosinstall-generator python-wstool build-essential
sudo apt install -y ros-melodic-desktop
sudo rosdep init

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env bash
rosdep update
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc

View File

@@ -1,11 +0,0 @@
#!/usr/bin/env bash
sudo apt update
sudo apt install -y curl
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
sudo install -o root -g root -m 644 packages.microsoft.gpg /usr/share/keyrings/
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
sudo apt-get install -y apt-transport-https
sudo apt-get update
sudo apt-get install -y code