You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ $ cd /opt/pwn
37
37
$ ./install.sh
38
38
$ ./install.sh ruby-gem
39
39
$ pwn
40
-
pwn[v0.5.49]:001 >>> PWN.help
40
+
pwn[v0.5.50]:001 >>> PWN.help
41
41
```
42
42
43
43
[](https://youtu.be/G7iLUY4FzsI)
@@ -52,7 +52,7 @@ $ rvm use ruby-3.3.0@pwn
52
52
$ gem uninstall --all --executables pwn
53
53
$ gem install --verbose pwn
54
54
$ pwn
55
-
pwn[v0.5.49]:001 >>> PWN.help
55
+
pwn[v0.5.50]:001 >>> PWN.help
56
56
```
57
57
58
58
If you're using a multi-user install of RVM do:
@@ -62,7 +62,7 @@ $ rvm use ruby-3.3.0@pwn
62
62
$ rvmsudo gem uninstall --all --executables pwn
63
63
$ rvmsudo gem install --verbose pwn
64
64
$ pwn
65
-
pwn[v0.5.49]:001 >>> PWN.help
65
+
pwn[v0.5.50]:001 >>> PWN.help
66
66
```
67
67
68
68
PWN periodically upgrades to the latest version of Ruby which is reflected in `/opt/pwn/.ruby-version`. The easiest way to upgrade to the latest version of Ruby from a previous PWN installation is to run the following script:
0 commit comments