Add a script for setting up ct board
This commit is contained in:
parent
0641bfa2c8
commit
ec378b69e5
3 changed files with 8 additions and 0 deletions
|
@ -16,4 +16,6 @@ yay --noconfirm -Syu \
|
||||||
xournalpp \
|
xournalpp \
|
||||||
rnote;
|
rnote;
|
||||||
|
|
||||||
|
. "../../Common/Config/udev/ct-board.sh";
|
||||||
|
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
4
scripts/Common/Config/udev/ct-board.sh
Executable file
4
scripts/Common/Config/udev/ct-board.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
{
|
||||||
|
echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="0483", MODE="0666"';
|
||||||
|
} | sudo tee /etc/udev/rules.d/50-ct-board.rules;
|
|
@ -6,6 +6,8 @@ source "../../Debian/Software/Java/install.sh";
|
||||||
source "../../Debian/Software/cloudflared/install.sh";
|
source "../../Debian/Software/cloudflared/install.sh";
|
||||||
source "../../Common/Software/JetBrains/install-toolbox.sh";
|
source "../../Common/Software/JetBrains/install-toolbox.sh";
|
||||||
|
|
||||||
|
. "../../Common/Config/udev/ct-board.sh";
|
||||||
|
|
||||||
# Install other flatpaks
|
# Install other flatpaks
|
||||||
flatpak install -y flathub com.github.xournalpp.xournalpp;
|
flatpak install -y flathub com.github.xournalpp.xournalpp;
|
||||||
flatpak install -y flathub com.github.flxzt.rnote;
|
flatpak install -y flathub com.github.flxzt.rnote;
|
||||||
|
|
Loading…
Reference in a new issue