Add scripts for installing school software
This commit is contained in:
parent
719a9ab8ff
commit
f2e37ffd22
2 changed files with 24 additions and 0 deletions
|
@ -114,6 +114,10 @@ begin
|
|||
protonmail-bridge \
|
||||
thunderbird
|
||||
|
||||
yayinst \
|
||||
texlive \
|
||||
texlive-langgerman
|
||||
|
||||
# Browser
|
||||
source "$dir/../Software/firefox/main.fish"
|
||||
source "$dir/../Software/brave/main.fish"
|
||||
|
@ -123,6 +127,13 @@ begin
|
|||
source "$dir/../Software/waydroid/main.fish"
|
||||
source "$dir/../Software/Virtual Machine Manager/main.fish"
|
||||
yayinst propertree-git # mac config file editor
|
||||
|
||||
if collectionActive school
|
||||
yayinst \
|
||||
teams-for-linux \
|
||||
xournalpp-git \
|
||||
rnote
|
||||
end
|
||||
end
|
||||
|
||||
if collectionActive server
|
||||
|
@ -180,6 +191,15 @@ begin
|
|||
anki-bin
|
||||
end
|
||||
|
||||
if collectionActive school
|
||||
yayinst \
|
||||
jdk17-temurin \
|
||||
gradle \
|
||||
jetbrains-toolbox
|
||||
|
||||
source "$dir/../../Common/Software/udev/ct-board.fish"
|
||||
end
|
||||
|
||||
if collectionActive coding
|
||||
yayinst \
|
||||
tea \
|
||||
|
|
4
scripts/Common/Software/udev/ct-board.fish
Normal file
4
scripts/Common/Software/udev/ct-board.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="0483", MODE="0666"';
|
||||
end | sudo tee /etc/udev/rules.d/50-ct-board.rules > /dev/null;
|
Loading…
Reference in a new issue