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
It's wise to update pwn often as numerous versions are released/week:
49
49
```
50
50
$ rvm list gemsets
51
-
$ rvm use ruby-3.3.1@pwn
51
+
$ rvm use ruby-3.3.3@pwn
52
52
$ gem uninstall --all --executables pwn
53
53
$ gem install --verbose pwn
54
54
$ pwn
55
-
pwn[v0.5.168]:001 >>> PWN.help
55
+
pwn[v0.5.169]:001 >>> PWN.help
56
56
```
57
57
58
58
If you're using a multi-user install of RVM do:
59
59
```
60
60
$ rvm list gemsets
61
-
$ rvm use ruby-3.3.1@pwn
61
+
$ rvm use ruby-3.3.3@pwn
62
62
$ rvmsudo gem uninstall --all --executables pwn
63
63
$ rvmsudo gem install --verbose pwn
64
64
$ pwn
65
-
pwn[v0.5.168]:001 >>> PWN.help
65
+
pwn[v0.5.169]: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