summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-09 19:49:38 -0600
committerJeff Carr <[email protected]>2023-03-09 19:49:38 -0600
commitb0bc3d9370c281a791ab95497df17f2c55c49b59 (patch)
tree1547c14d09bc98b64dc3c5d57c22290cc35fba50
parent515065ce756472ccd2a21c27e58f1c346f5e016f (diff)
add git rule
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile6
-rwxr-xr-xjcarr7
-rwxr-xr-xjcarr.sh17
3 files changed, 6 insertions, 24 deletions
diff --git a/Makefile b/Makefile
index efa57c6..e707028 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,12 @@
all:
echo is this a new install?
+check:
+ echo ${WIT_USER}
+
+git:
+ git clone https://git.wit.org/wit/bash.git ~/.config/wit/
+
setup-bash:
echo ${WIT_USER}
cat bashrc/.bashrc >> ~/.bashrc
diff --git a/jcarr b/jcarr
deleted file mode 100755
index 4c67ff1..0000000
--- a/jcarr
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash -x
-
-cd /tmp
-rm -f jcarr.sh
-curl http://mirrors.wit.org/jcarr/jcarr.sh -o jcarr.sh
-chmod +x /tmp/jcarr.sh
-sudo /tmp/jcarr.sh
diff --git a/jcarr.sh b/jcarr.sh
deleted file mode 100755
index f5d04c7..0000000
--- a/jcarr.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash -x
-
-mv /etc/apt/sources.list /root/
-echo "deb http://mirrors.wit.org/debian/ sid main contrib non-free" > /etc/apt/sources.list
-# echo "deb http://mirrors.wit.org/wit/ sid main" >> /etc/apt/sources.list
-
-# I need to check to see if the clock is before this date, if so, then it's not working
-date -s '2023-02-21 11:31:30'
-
-apt update
-apt install -y bash_completion wget
-apt install -y lsof bash-completion libpam-systemd dbus rbd-nbd golang-go git screen vim ethstatus ethtool sysstat \
- traceroute whois devscripts automake libtool devscripts nmap clang rsync bind9utils dnsutils net-tools \
- tcpdump wget curl iputils-ping pciutils iptables sysbench man usbutils ssh openssh-server neofetch bc lshw telnet hdparm vrms
-apt dist-upgrade
-apt autoremove
-service ssh start