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
parrot-core
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
packages
parrot
parrot-core
Commits
93e3d4fd
Commit
93e3d4fd
authored
Oct 13, 2018
by
Lorenzo "Palinuro" Faletra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import Debian version 4.3.181013
parrot-core (4.3.181013) testing; urgency=medium * Update for Parrot 4.3.
parent
72378111
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
debian/changelog
debian/changelog
+6
-0
parrot-core/etc/bashrc
parrot-core/etc/bashrc
+1
-1
parrot-core/root/.bashrc
parrot-core/root/.bashrc
+1
-1
No files found.
debian/changelog
View file @
93e3d4fd
parrot-core (4.3.181013) testing; urgency=medium
* Update for Parrot 4.3.
-- Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org> Sat, 13 Oct 2018 02:07:39 +0200
parrot-core (4.2.180811) testing; urgency=medium
* Update for parrot 4.2.
...
...
parrot-core/etc/bashrc
View file @
93e3d4fd
...
...
@@ -8,7 +8,7 @@ case $- in
*) return;;
esac
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/share/games:/usr/local/sbin:/usr/sbin:/sbin:~/
local/bin
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/share/games:/usr/local/sbin:/usr/sbin:/sbin:~/
.local/bin:/snap/bin:$PATH
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
...
...
parrot-core/root/.bashrc
View file @
93e3d4fd
...
...
@@ -8,7 +8,7 @@ case $- in
*
)
return
;;
esac
export
PATH
=
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/share/games:/usr/local/sbin:/usr/sbin:/sbin
export
PATH
=
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/share/games:/usr/local/sbin:/usr/sbin:/sbin
:~/.local/bin:/snap/bin:
$PATH
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
...
...
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