Merge branch 'master' of github.com:sc-idevops/stevset
This commit is contained in:
commit
8704674bf1
2 changed files with 9 additions and 6 deletions
8
ddeps.sh
8
ddeps.sh
|
@ -35,8 +35,9 @@ sudo apt-get -my install \
|
||||||
neofetch \
|
neofetch \
|
||||||
trash-cli \
|
trash-cli \
|
||||||
bat \
|
bat \
|
||||||
neovim
|
neovim \
|
||||||
nala
|
nala \
|
||||||
|
duf
|
||||||
|
|
||||||
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
if [[ $REPLY == [Yy] ]]; then
|
||||||
|
@ -50,5 +51,4 @@ read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#This section installs software outside apt
|
#This section installs software outside apt
|
||||||
dpkg_url https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_amd64.deb
|
dpkg_url https://github.com/dandavison/delta/releases/download/0.15.1/git-delta_0.16.5_amd64.deb || dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta-musl_0.15.1_amd64.deb
|
||||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.15.1/git-delta_0.15.1_amd64.deb || dpkg_url https://github.com/dandavison/delta/releases/download/0.15.1/git-delta-musl_0.15.1_amd64.deb
|
|
||||||
|
|
7
init.sh
7
init.sh
|
@ -3,10 +3,10 @@
|
||||||
echo -n "Which Linux flavor will we be installing programs for? (u/o/a)"; read -r answer
|
echo -n "Which Linux flavor will we be installing programs for? (u/o/a)"; read -r answer
|
||||||
case $answer in
|
case $answer in
|
||||||
u)
|
u)
|
||||||
bash udeps.sh
|
bash udeps.sh
|
||||||
;;
|
;;
|
||||||
o)
|
o)
|
||||||
bash odeps.sh
|
bash odeps.sh
|
||||||
;;
|
;;
|
||||||
a)
|
a)
|
||||||
bash adeps.sh
|
bash adeps.sh
|
||||||
|
@ -14,6 +14,9 @@ case $answer in
|
||||||
f)
|
f)
|
||||||
bash fdeps.sh
|
bash fdeps.sh
|
||||||
;;
|
;;
|
||||||
|
d)
|
||||||
|
bash ddeps.sh
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Skipping installation of dependencies!"
|
echo "Skipping installation of dependencies!"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue