Skip to content
Snippets Groups Projects
Commit 242d6a8e authored by Daniel Gachet's avatar Daniel Gachet
Browse files

nano fedora updated

parent bb047ff5
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
sudo dnf check-update
sudo dnf install -y code
code --install-extension dan-c-underwood.arm --force
code --install-extension ms-vscode.cpptools --force
code --install-extension editorconfig.editorconfig --force
#install terminal emulations
sudo dnf install -y minicom
......@@ -64,6 +67,3 @@ echo " - uncomment variable 'WaylandEnable' and ensure it is set to 'false'"
echo " - add line 'DefaultSession=gnome=xorg.desktop'"
echo "save the file and restart"
echo ""
......@@ -10,6 +10,6 @@ mkdir -p ~/workspace/nano
cd ~/workspace/nano
git clone git://git.buildroot.net/buildroot
cd buildroot
git checkout -b nano 2019.05.1
git checkout -b nano 2019.08
patch -p1 < ${SCRIPTDIR}/config/buildroot_nano.patch
make nanopi_neo_plus2_defconfig
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment