Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Melroy van den Berg
libreweb
Commits
185091d8
Commit
185091d8
authored
Jul 24, 2015
by
Melroy van den Berg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add script file
parent
67b6f8a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
scripts/libreweb-wifi.sh
scripts/libreweb-wifi.sh
+7
-0
No files found.
scripts/libreweb-wifi.sh
0 → 100755
View file @
185091d8
#!/bin/bash
sudo
ip
link set
wlan0 down
sudo
iwconfig wlan0 mode ad-hoc
sudo
iwconfig wlan0 channel 1
sudo
iwconfig wlan0 essid
'libreweb'
sudo
ip
link set
wlan0 up
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment