Skip to content

Commit 17e2f76

Browse files
Tobias BrandtTobias Brandt
Tobias Brandt
authored and
Tobias Brandt
committed
Runs dev-* scripts first as these tend to be req'd by the app-* scripts.
1 parent 223bd37 commit 17e2f76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install-headless.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ sudo apt install -y curl git jq unzip
1313

1414
# Run installers
1515
for script in ~/.local/share/omakub/install/cfg-*.sh; do source $script; done
16-
for script in ~/.local/share/omakub/install/app*-*.sh; do source $script; done
1716
for script in ~/.local/share/omakub/install/dev-*.sh; do source $script; done
18-
for script in ~/.local/share/omakub/install/set-cfg-*.sh; do source $script; done
17+
for script in ~/.local/share/omakub/install/app*-*.sh; do source $script; done
1918
#for script in ~/.local/share/omakub/install/gui-*.sh; do source $script; done
19+
for script in ~/.local/share/omakub/install/set-cfg-*.sh; do source $script; done
2020
#for script in ~/.local/share/omakub/install/set-gui-*.sh; do source $script; done
2121

2222
# Revert to normal idle settings

install/cfg-shell.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[ -f "~/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak
22
cp ~/.local/share/omakub/configs/bashrc ~/.bashrc
3-
source ~/.local/share/omakub/defaults/bash/shell
43

54
[ -f "~/.inputrc" ] && mv ~/.inputrc ~/.inputrc.bak
65
cp ~/.local/share/omakub/configs/inputrc ~/.inputrc

install/set-cfg-shell.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source ~/.local/share/omakub/defaults/bash/shell

0 commit comments

Comments
 (0)