Improved setup and build

This commit is contained in:
2021-03-31 09:23:50 -04:00
parent 73ff9ba052
commit 4006822d45
2 changed files with 11 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ver=`uname -r`
echo "Build packages:" echo "Build packages:"
sudo apt-get update sudo apt-get update
sudo apt-get install -y build-essential sudo apt-get install -y build-essential
sudo apt-get install -y linux-headers #sudo apt-get install -y linux-headers
sudo apt-get install -y linux-headers-$ver sudo apt-get install -y linux-headers-$ver
echo "Software packages:" echo "Software packages:"

10
ssetup.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
cd packages
./packages.sh
cd ..
./cbuild.sh
./cinstall.sh