Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
parrot
apt-parrot
Commits
51434482
Verified
Commit
51434482
authored
Aug 14, 2020
by
Lorenzo "Palinuro" Faletra
Browse files
FUCK!
parent
516e950b
Changes
2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
51434482
apt-parrot (3.1+parrot4) rolling-testing; urgency=medium
* Fix typo.
-- Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org> Fri, 14 Aug 2020 13:44:35 +0200
apt-parrot (3.1+parrot3) rolling-testing; urgency=medium
* Use better detection for ova images.
...
...
snap
View file @
51434482
#!/bin/bash
if
[
-x
/usr/bin/snap
p
]
;
then
if
[
-x
/usr/bin/snap
]
;
then
/usr/bin/snap
$@
else
echo
"SNAP is not currently installed."
...
...
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