more updates
This commit is contained in:
parent
6a5d204546
commit
4fdfb8e054
|
@ -248,9 +248,9 @@ install_i3() {
|
||||||
|
|
||||||
TARGET="/home/$USERNAME/.emacs.d"
|
TARGET="/home/$USERNAME/.emacs.d"
|
||||||
git clone https://github.com/syl20bnr/spacemacs "${TARGET}"
|
git clone https://github.com/syl20bnr/spacemacs "${TARGET}"
|
||||||
rm -rf "${TARGET}"/private/snippets
|
# rm -rf "${TARGET}"/private/snippets
|
||||||
git clone https://github.com/AndreaCrotti/yasnippet-snippets "${TARGET}"/private/yas-snips
|
# git clone https://github.com/AndreaCrotti/yasnippet-snippets "${TARGET}"/private/yas-snippets
|
||||||
ln -s "${TARGET}"/private/yas-snips/snippets "${TARGET}"/private/snippets/
|
# ln -s "${TARGET}"/private/yas-snips/snippets "${TARGET}"/private/snippets/
|
||||||
|
|
||||||
no_suspend
|
no_suspend
|
||||||
|
|
||||||
|
@ -278,9 +278,9 @@ install_docker() {
|
||||||
|
|
||||||
# add docker apt repo
|
# add docker apt repo
|
||||||
cat <<-EOF > /etc/apt/sources.list.d/docker.list
|
cat <<-EOF > /etc/apt/sources.list.d/docker.list
|
||||||
deb [arch=amd64] https://download.docker.com/linux/debian stretch stable
|
deb [arch=amd64] https://download.docker.com/linux/debian buster stable
|
||||||
# deb [arch=amd64] https://download.docker.com/linux/debian stretch test
|
# deb [arch=amd64] https://download.docker.com/linux/debian buster test
|
||||||
# deb [arch=amd64] https://download.docker.com/linux/debian stretch nightly
|
# deb [arch=amd64] https://download.docker.com/linux/debian buster nightly
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
|
@ -365,7 +365,7 @@ get_dotfiles() {
|
||||||
|
|
||||||
# install/update golang from source
|
# install/update golang from source
|
||||||
install_golang() {
|
install_golang() {
|
||||||
export GO_VERSION=1.11.2
|
export GO_VERSION=1.13.0
|
||||||
export GO_SRC=/usr/local/go
|
export GO_SRC=/usr/local/go
|
||||||
|
|
||||||
# if we are passing the version
|
# if we are passing the version
|
||||||
|
@ -460,7 +460,7 @@ main() {
|
||||||
|
|
||||||
case "$cmd" in
|
case "$cmd" in
|
||||||
base)
|
base)
|
||||||
apt_sources buster
|
# apt_sources buster
|
||||||
base_applications
|
base_applications
|
||||||
install_docker
|
install_docker
|
||||||
install_compose
|
install_compose
|
||||||
|
@ -472,7 +472,7 @@ main() {
|
||||||
install_server_base
|
install_server_base
|
||||||
;;
|
;;
|
||||||
desktop)
|
desktop)
|
||||||
# apt_sources buster
|
# apt_sources buster
|
||||||
base_applications
|
base_applications
|
||||||
install_docker
|
install_docker
|
||||||
install_compose
|
install_compose
|
||||||
|
|
Loading…
Reference in New Issue