Skip to content

Commit

Permalink
Updating some bash scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardolm committed Aug 13, 2023
1 parent c0a3bce commit 918af87
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 41 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
# server too.
#
# How to call?
# wget -q -O - https://raw.githubusercontent.com/bernardolm/dotfiles/master/bash/scripts/dns_local_setup.sh | bash
# wget -q -O - https://raw.githubusercontent.com/bernardolm/dotfiles/master/bash/scripts/dns_local_setup/dns_local_setup.sh | bash
# P.S.: pristine Ubuntu linux don't come with curl, but wget.
#
# Dev notes:
# you can call `python3 -m http.server` from dns_local_setup.sh folder
# location to serve it by http on port 8000.
# wget -q -O - http://192.168.1.2:8000/dns_local_setup.sh | bash
# wget -q -O - http://192.168.1.2:8000/dns_local_setup/dns_local_setup.sh | bash
#
# TO DO:
#
Expand Down
2 changes: 2 additions & 0 deletions bash/scripts/dns_local_setup/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
wget -q -O - http://192.168.1.2:8000/dns_local_setup/dns_local_setup.sh | bash
File renamed without changes.
18 changes: 0 additions & 18 deletions bash/scripts/emoji-bootstrap.sh

This file was deleted.

18 changes: 0 additions & 18 deletions bash/scripts/emoji-dmenu.sh

This file was deleted.

2 changes: 1 addition & 1 deletion bash/scripts/enable-hibernate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
# Ekimia.fr 2021
# Enables Hibernation with swap file with menus on Ubuntu 20.04

Expand Down
2 changes: 0 additions & 2 deletions bash/scripts/entrypoint.sh

This file was deleted.

0 comments on commit 918af87

Please sign in to comment.