Change all the set plus to set minus.

This commit is contained in:
cyteen 2020-05-03 12:22:56 +01:00
parent eee057ef5b
commit debade1068
9 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set +x set -x
PROJECT=drush-ops/drush-launcher PROJECT=drush-ops/drush-launcher
RELEASE=$(curl "https://api.github.com/repos/${PROJECT}/releases?per_page=5" | jq -r '.[0] | .tag_name') RELEASE=$(curl "https://api.github.com/repos/${PROJECT}/releases?per_page=5" | jq -r '.[0] | .tag_name')
VERSION=$(echo "${RELEASE}" | cut -c 2- | cut -f1 -d"-") VERSION=$(echo "${RELEASE}" | cut -c 2- | cut -f1 -d"-")

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set +x set -x
PROJECT=magkopian/keepassxc-debian PROJECT=magkopian/keepassxc-debian
RELEASE=$(curl "https://api.github.com/repos/${PROJECT}/releases?per_page=5" | jq -r '.[0] | .tag_name') RELEASE=$(curl "https://api.github.com/repos/${PROJECT}/releases?per_page=5" | jq -r '.[0] | .tag_name')
VERSION=$(echo "${RELEASE}" | cut -c 2- | cut -f1 -d"-") VERSION=$(echo "${RELEASE}" | cut -c 2- | cut -f1 -d"-")

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
apt-get install jq apt-get install jq
set +x set -x
PROJECT=onivim/oni PROJECT=onivim/oni
RELEASE=$(curl "https://api.github.com/repos/${PROJECT}/releases?per_page=5" | jq -r '.[0] | .tag_name') RELEASE=$(curl "https://api.github.com/repos/${PROJECT}/releases?per_page=5" | jq -r '.[0] | .tag_name')
VERSION=$(echo "${RELEASE}" | cut -c 2- | cut -f1 -d"-") VERSION=$(echo "${RELEASE}" | cut -c 2- | cut -f1 -d"-")

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
apt-get install jq apt-get install jq
set +x set -x
PROJECT=onivim/oni2 PROJECT=onivim/oni2
RELEASE=$(curl "https://api.github.com/repos/${PROJECT}/releases?per_page=5" | jq -r '.[0] | .tag_name') RELEASE=$(curl "https://api.github.com/repos/${PROJECT}/releases?per_page=5" | jq -r '.[0] | .tag_name')
VERSION=$(echo "${RELEASE}" | cut -c 2- | cut -f1 -d"-") VERSION=$(echo "${RELEASE}" | cut -c 2- | cut -f1 -d"-")

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set +x set -x
# get and install refracta stuff # get and install refracta stuff
# For jessie yad needs to be built from testing/ascii (and gtk3 dep changed in control) # For jessie yad needs to be built from testing/ascii (and gtk3 dep changed in control)
#apt-get -y install autotools-dev libgtk2.0-dev pkg-config intltool #apt-get -y install autotools-dev libgtk2.0-dev pkg-config intltool

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#!/bin/bash #!/bin/bash
set +x set -x
apt-get install -y smartmontools gsmartcontrol apt-get install -y smartmontools gsmartcontrol

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set +x set -x
apt-get install -y powerline #vim-airline vim-airline-themes apt-get install -y powerline #vim-airline vim-airline-themes
DEST=/etc/skel DEST=/etc/skel

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set +x set -x
#apt-get install -y rng-tools gnupg2 #apt-get install -y rng-tools gnupg2
sudo rngd -b -r /dev/urandom sudo rngd -b -r /dev/urandom

View File

@ -1,6 +1,6 @@
apt-get install jq apt-get install jq
set +x set -x
PROJECT=onivim/oni PROJECT=onivim/oni
RELEASE=$(curl "https://api.github.com/repos/${PROJECT}/releases?per_page=5" | jq -r '.[0] | .tag_name') RELEASE=$(curl "https://api.github.com/repos/${PROJECT}/releases?per_page=5" | jq -r '.[0] | .tag_name')
VERSION=$(echo "${RELEASE}" | cut -c 2- | cut -f1 -d"-") VERSION=$(echo "${RELEASE}" | cut -c 2- | cut -f1 -d"-")