1748956657
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
echo "Updating this repo..."
|
||||||
|
git pull 1>/dev/null
|
||||||
|
|
||||||
# updoot
|
# updoot
|
||||||
echo "Updating software lists..."
|
echo "Updating software lists..."
|
||||||
sudo apt update 1>/dev/null 2>/dev/null
|
sudo apt update 1>/dev/null 2>/dev/null
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# set -e
|
# set -e
|
||||||
|
|
||||||
|
echo "Updating this repo..."
|
||||||
|
git pull 1>/dev/null
|
||||||
|
|
||||||
# grafana repo and install
|
# grafana repo and install
|
||||||
echo "Add Grafana repo..."
|
echo "Add Grafana repo..."
|
||||||
sudo mkdir -p /etc/apt/keyrings/
|
sudo mkdir -p /etc/apt/keyrings/
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
echo "Updating this repo..."
|
||||||
|
git pull 1>/dev/null
|
||||||
|
|
||||||
if [ ! -z $SUDO_USER ]; then
|
if [ ! -z $SUDO_USER ]; then
|
||||||
username=$SUDO_USER
|
username=$SUDO_USER
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user