Skip to content

Commit 0d5f143

Browse files
committed
remove libcap2-bin
1 parent 023b56b commit 0d5f143

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

scripts/deb/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Adafruit")
3333
set(CPACK_DEBIAN_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION}-ubuntu")
3434
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
3535
set(CPACK_DEBIAN_PACKAGE_SECTION "misc")
36-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "nodejs, nodejs-legacy, redis-server, git, restartd, libcap2-bin, avahi-daemon, i2c-tools, python-smbus")
36+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "nodejs, nodejs-legacy, redis-server, git, avahi-daemon, i2c-tools, python-smbus")
3737
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_CURRENT_SOURCE_DIR}/postinst;${CMAKE_CURRENT_SOURCE_DIR}/prerm;${CMAKE_CURRENT_SOURCE_DIR}/postrm;")
3838
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "armhf")
3939

scripts/install-angstrom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ curl -L https://adafruit-download.s3.amazonaws.com/webide-0.3.12.tar.gz | tar xz
7373
echo "**** Installing required libraries ****"
7474
echo "**** (redis-server git avahi-daemon i2c-tools python-smbus openssh-keygen) ****"
7575
opkg update
76-
opkg install nodejs git avahi-daemon i2c-tools python-smbus libcap2 libcap-bin openssh-keygen
76+
opkg install nodejs git avahi-daemon i2c-tools python-smbus openssh-keygen
7777

7878
if ! redis-cli PING
7979
then

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ echo "**** Downloading the latest version of the WebIDE ****"
6161
curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.7.0.tar.gz | tar xzf - --strip-components=1
6262

6363
echo "**** Installing required libraries ****"
64-
echo "**** (nodejs-legacy npm git libcap2-bin i2c-tools python-smbus ntp libkrb5-dev) ****"
64+
echo "**** (nodejs-legacy npm git i2c-tools python-smbus ntp libkrb5-dev) ****"
6565
apt-get update
66-
apt-get install nodejs-legacy npm git libcap2-bin i2c-tools python-smbus ntp libkrb5-dev -y
66+
apt-get install nodejs-legacy npm git i2c-tools python-smbus ntp libkrb5-dev -y
6767

6868
echo "**** Create webide user and group ****"
6969
groupadd webide || true

scripts/uninstall-angstrom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ echo "**** libraries installed that we did not uninstall as ****"
4242
echo "**** we're not able to determine if other applications are dependent ****"
4343
echo "**** on them. If you are not using them, you can uninstall by executing ****"
4444
echo "**** the following command: ****"
45-
echo "**** opkg remove nodejs git avahi-daemon i2c-tools python-smbus libcap2 libcap-bin ****"
45+
echo "**** opkg remove nodejs git avahi-daemon i2c-tools python-smbus ****"

scripts/uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ echo "**** libraries installed that we did not uninstall as ****"
4343
echo "**** we're not able to determine if other applications are dependent ****"
4444
echo "**** on them. If you are not using them, you can uninstall by executing ****"
4545
echo "**** the following command: ****"
46-
echo "**** sudo apt-get remove nodejs-legacy yarn git libcap2-bin i2c-tools python-smbus ntp libkrb5-dev ****"
46+
echo "**** sudo apt-get remove nodejs-legacy yarn git i2c-tools python-smbus ntp libkrb5-dev ****"

0 commit comments

Comments
 (0)