summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorhc <hc@email.ch>2024-10-22 14:08:26 +0800
committerhc <hc@email.ch>2024-10-22 14:08:26 +0800
commitfc3b338962cfe25e5e14907d9f46113731bc7f07 (patch)
tree35dcd8dd8315ab635ada3a5c93f1e9b59e5f2d64 /setup.sh
parentb755bac4fa99839fbb6be555b9ec93dad41ba38d (diff)
udpate
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index 651105c..83efcd8 100755
--- a/setup.sh
+++ b/setup.sh
@@ -21,7 +21,7 @@ sudo dnf install -y gcc gcc-c++
#sudo yum install -y python3-openstackclient s3fs-fuse awscli
#pip install jupyterlab python-swiftclient
-sudo dnf update -y
+#sudo dnf update -y
cat << EOF >> /etc/vimrc
augroup netcat_clipboard
@@ -54,7 +54,7 @@ set statusline=%F " shows full file path
EOF
-tee -a ~/.bashrc > /dev/null << EOF
+tee -a ~/.bashrc > /dev/null << 'EOF'
LS_COLORS=$LS_COLORS:'di=38;5;135:' ; export LS_COLORS
PS1='[\[\033[01;32m\]\u\[\033[00m\]@\h \[\033[38;5;135m\]\W\[\033[00m\]]\$ '
EOF