12 lines
179 B
Bash
12 lines
179 B
Bash
|
#!/bin/sh
|
||
|
#TODO update this to work with new artix-install.sh
|
||
|
|
||
|
. ~/.local/installers/void.sh
|
||
|
|
||
|
core
|
||
|
extra
|
||
|
config
|
||
|
distro_specific_config
|
||
|
|
||
|
sh ~/.local/installers/suckless-install.sh
|