Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyra-first-run
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sven Oliver Moll
pyra-first-run
Commits
b2f9cae3
Commit
b2f9cae3
authored
Jul 31, 2015
by
aTc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set up pyra theme for slim
parent
5fe341fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
debian/control
debian/control
+1
-1
pyra-first-run.sh
pyra-first-run.sh
+10
-0
No files found.
debian/control
View file @
b2f9cae3
...
...
@@ -10,6 +10,6 @@ Vcs-Browser: http://dev.pyra-handheld.com/index.php/p/pyra-first-run/source/tree
Package: pyra-first-run
Architecture: all
Depends: ${misc:Depends} , pyra-
wallpapers, zenity, hsetroot, libgnome2-perl
Depends: ${misc:Depends} , pyra-
themes, zenity, hsetroot, libgnome2-perl, pyra-scripts
Description: Pyra first run scripts
Sets up user accounts, etc. on the first boot.
pyra-first-run.sh
View file @
b2f9cae3
...
...
@@ -64,9 +64,19 @@ hostnamectl set-hostname $hostname
ufw allow ssh
ufw
enable
# ----
# audio settings
/usr/share/pyra/scripts/twl6040.sh
# ----
# slim theme
if
[
-f
/etc/slim.conf
]
then
sed
-i
"s/.*current_theme.*/current_theme pyra/g"
/etc/slim.conf
fi
dpkg-reconfigure
-fgnome
keyboard-configuration
dpkg-reconfigure
-fgnome
tzdata
...
...
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