瀏覽代碼

change location of apt build-essentials

pull/188/head
Wendell Borges 7 年之前
父節點
當前提交
bf045e0d82
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      install.sh

+ 3
- 2
install.sh 查看文件

@@ -37,6 +37,8 @@ show_menu () {

confirmAnswer "Would you like to install wiringPI? This is required to control the GPIO"
if [ $? = 0 ]; then
# By default DietPi does not have this package installed.
apt-get -y install build-essential
git clone git://git.drogon.net/wiringPi;
cd wiringPi;
./build; cd ..;
@@ -44,8 +46,7 @@ show_menu () {
fi

# By default DietPi does not have this package installed.
apt-get -y install build-essential
apt-get -y install python-rpi.gpio
apt-get -y install python-rpi.gpio

apt-get -y install python-setuptools
easy_install pip


Loading…
取消
儲存